mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
temp-fs: Allow "open" to take just the callback (#19066)
This commit is contained in:
Vendored
+1
@@ -180,6 +180,7 @@ declare namespace tempfs {
|
||||
* <code>null</code>, <code>file</code> 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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user