fix: add custom global functions to ts decls
This commit is contained in:
parent
51b347e0d7
commit
f6ce261485
2
src/main/resources/lib/lib.d.ts
vendored
2
src/main/resources/lib/lib.d.ts
vendored
@ -17,6 +17,8 @@
|
|||||||
/// <reference path="./globals/weak-map.d.ts"/>
|
/// <reference path="./globals/weak-map.d.ts"/>
|
||||||
|
|
||||||
declare function print(...args: any[]): void;
|
declare function print(...args: any[]): void;
|
||||||
|
declare function exit(): never;
|
||||||
|
declare function measure(func: () => void): void;
|
||||||
|
|
||||||
declare type IArguments = Array<any>;
|
declare type IArguments = Array<any>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user