mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Use export without a module declaration
See https://github.com/Microsoft/dtslint/blob/master/docs/no-declare-current-package.md
This commit is contained in:
Vendored
+1
-3
@@ -42,6 +42,4 @@ interface Fingerprint2Options {
|
||||
excludeHardwareConcurrency?: boolean;
|
||||
}
|
||||
|
||||
declare module "fingerprintjs2" {
|
||||
export = Fingerprint2;
|
||||
}
|
||||
export = Fingerprint2;
|
||||
|
||||
Reference in New Issue
Block a user