mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #7098 from dmoonfire/update-bigjs
Added module declaration so Typescript will emit require statement.
This commit is contained in:
Vendored
+5
@@ -200,4 +200,9 @@ declare module BigJsLibrary {
|
||||
}
|
||||
}
|
||||
|
||||
declare module "big.js" {
|
||||
var bigjs : BigJsLibrary.BigJS;
|
||||
export = bigjs;
|
||||
}
|
||||
|
||||
declare var Big: BigJsLibrary.BigJS;
|
||||
|
||||
Reference in New Issue
Block a user