mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Allow to use with commonjs (#11775)
This commit is contained in:
committed by
Mohamed Hegazy
parent
428195bee2
commit
e3b20d93a9
Vendored
+3
@@ -18,3 +18,6 @@ declare class MobileDetect {
|
||||
version(value: string): number;
|
||||
versionStr(value: string): string;
|
||||
}
|
||||
|
||||
export = MobileDetect;
|
||||
export as namespace MobileDetect;
|
||||
Reference in New Issue
Block a user