mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-23 10:29:01 -06:00
Updated LKG.
This commit is contained in:
parent
bef1acbaff
commit
db2c885120
2
lib/lib.core.d.ts
vendored
2
lib/lib.core.d.ts
vendored
@ -1225,7 +1225,7 @@ interface ArrayBuffer {
|
||||
interface ArrayBufferConstructor {
|
||||
prototype: ArrayBuffer;
|
||||
new (byteLength: number): ArrayBuffer;
|
||||
isView(arg: any): boolean;
|
||||
isView(arg: any): arg is ArrayBufferView;
|
||||
}
|
||||
declare var ArrayBuffer: ArrayBufferConstructor;
|
||||
|
||||
|
||||
2
lib/lib.core.es6.d.ts
vendored
2
lib/lib.core.es6.d.ts
vendored
@ -1225,7 +1225,7 @@ interface ArrayBuffer {
|
||||
interface ArrayBufferConstructor {
|
||||
prototype: ArrayBuffer;
|
||||
new (byteLength: number): ArrayBuffer;
|
||||
isView(arg: any): boolean;
|
||||
isView(arg: any): arg is ArrayBufferView;
|
||||
}
|
||||
declare var ArrayBuffer: ArrayBufferConstructor;
|
||||
|
||||
|
||||
2
lib/lib.d.ts
vendored
2
lib/lib.d.ts
vendored
@ -1225,7 +1225,7 @@ interface ArrayBuffer {
|
||||
interface ArrayBufferConstructor {
|
||||
prototype: ArrayBuffer;
|
||||
new (byteLength: number): ArrayBuffer;
|
||||
isView(arg: any): boolean;
|
||||
isView(arg: any): arg is ArrayBufferView;
|
||||
}
|
||||
declare var ArrayBuffer: ArrayBufferConstructor;
|
||||
|
||||
|
||||
2632
lib/lib.es6.d.ts
vendored
2632
lib/lib.es6.d.ts
vendored
File diff suppressed because it is too large
Load Diff
63239
lib/tsc.js
63239
lib/tsc.js
File diff suppressed because one or more lines are too long
89875
lib/tsserver.js
89875
lib/tsserver.js
File diff suppressed because one or more lines are too long
4305
lib/typescript.d.ts
vendored
4305
lib/typescript.d.ts
vendored
File diff suppressed because it is too large
Load Diff
100638
lib/typescript.js
100638
lib/typescript.js
File diff suppressed because one or more lines are too long
4305
lib/typescriptServices.d.ts
vendored
4305
lib/typescriptServices.d.ts
vendored
File diff suppressed because it is too large
Load Diff
100638
lib/typescriptServices.js
100638
lib/typescriptServices.js
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user