mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 19:12:20 +08:00
Add module declaration
Fix '.../node_modules/@types/fingerprintjs2/index.d.ts' is not a module.
This commit is contained in:
4
types/fingerprintjs2/index.d.ts
vendored
4
types/fingerprintjs2/index.d.ts
vendored
@@ -41,3 +41,7 @@ interface Fingerprint2Options {
|
||||
excludePixelRatio?: boolean;
|
||||
excludeHardwareConcurrency?: boolean;
|
||||
}
|
||||
|
||||
declare module "fingerprintjs2" {
|
||||
export = Fingerprint2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user