mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix "Error TS2306: File 'node_modules/@types/flowjs/index.d.ts' is not a module" (#18949)
This commit is contained in:
committed by
Mohamed Hegazy
parent
014f2bb629
commit
233a374ab5
Vendored
+3
@@ -83,3 +83,6 @@ declare namespace flowjs {
|
||||
getType(): string;
|
||||
}
|
||||
}
|
||||
|
||||
export = flowjs;
|
||||
export as namespace flowjs;
|
||||
|
||||
Reference in New Issue
Block a user