mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added module declaration so Typescript will emit require statement.
This commit is contained in:
committed by
Dylan R. E. Moonfire
parent
5c3e47967a
commit
7d58f574a7
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