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