diff --git a/types/temp-fs/index.d.ts b/types/temp-fs/index.d.ts index 3202d8ab3e..1e4ceddf6b 100644 --- a/types/temp-fs/index.d.ts +++ b/types/temp-fs/index.d.ts @@ -180,6 +180,7 @@ declare namespace tempfs { * null, file has the properties * of {@link file}. */ + function open(callback?:(err:any, file:file)=>any):any; function open(options?:options, callback?:(err:any, file:file)=>any):any; /**