Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95287337
async.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Dec 14, 09:39
Size
524 B
Mime Type
text/x-java
Expires
Mon, Dec 16, 09:39 (1 d, 10 h)
Engine
blob
Format
Raw Data
Handle
22959763
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
async.d.ts
View Options
/// <reference types="node" />
import type Settings from '../settings';
import type { Entry } from '../types';
export declare type AsyncCallback = (error: NodeJS.ErrnoException, entries: Entry[]) => void;
export declare function read(directory: string, settings: Settings, callback: AsyncCallback): void;
export declare function readdirWithFileTypes(directory: string, settings: Settings, callback: AsyncCallback): void;
export declare function readdir(directory: string, settings: Settings, callback: AsyncCallback): void;
Event Timeline
Log In to Comment