mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-31 11:40:47 +08:00
Merge pull request #4301 from lbguilherme/patch-2
node: Declare global.gc()
This commit is contained in:
Vendored
+1
@@ -252,6 +252,7 @@ declare module NodeJS {
|
||||
setTimeout: (callback: (...args: any[]) => void, ms: number, ...args: any[]) => NodeJS.Timer;
|
||||
undefined: typeof undefined;
|
||||
unescape: (str: string) => string;
|
||||
gc: () => void;
|
||||
}
|
||||
|
||||
export interface Timer {
|
||||
|
||||
Reference in New Issue
Block a user