We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca00144 + 80464f6 commit 5b0ae69Copy full SHA for 5b0ae69
DetectRTC.d.ts
@@ -7,7 +7,7 @@ interface Device {
7
label: string;
8
}
9
10
-namespace DetectRTC {
+declare namespace DetectRTC {
11
export function load(callback: () => void): void;
12
export const version: string;
13
export const osName: string;
0 commit comments