Skip to content

Commit 5b0ae69

Browse files
authored
Merge pull request #94 from alexrashed/bugfix/fix-typings
Fix typing error TS1046
2 parents ca00144 + 80464f6 commit 5b0ae69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DetectRTC.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface Device {
77
label: string;
88
}
99

10-
namespace DetectRTC {
10+
declare namespace DetectRTC {
1111
export function load(callback: () => void): void;
1212
export const version: string;
1313
export const osName: string;

0 commit comments

Comments
 (0)