mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-07 06:28:26 +08:00
#2073: fix spelling
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="bigInteger.d.ts" />
|
||||
/// <reference path="big-integer.d.ts" />
|
||||
|
||||
// constructor tests
|
||||
var noArgument = bigInt(),
|
||||
@@ -197,6 +197,6 @@ interface BigIntegerStatic {
|
||||
|
||||
declare var bigInt: BigIntegerStatic;
|
||||
|
||||
declare module "BigInteger" {
|
||||
declare module "big-integer" {
|
||||
export = bigInt;
|
||||
}
|
||||
Reference in New Issue
Block a user