-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
type Io = {
readFileSync: ...;
writeFileSync: ...;
readFileAsync: ...;
writeFileAsync: ...;
fetch: ...;
document: ...;
console_log: ...;
}/** typedef {{
* readonly readFileSync: ...;
* readonly writeFileSync: ...;
* readonly readFileAsync: ...;
* readonly writeFileAsync: ...;
* readonly fetch: ...;
* readonly document: ...;
* readonly console_log: ...;
* }} Io
*/Metadata
Metadata
Assignees
Labels
No labels