Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
services
/
node_modules
/
fdir
/
dist
/
api
:
async.d.ts
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import { Output, Options, ResultCallback } from "../types"; export declare function promise<TOutput extends Output>(root: string, options: Options): Promise<TOutput>; export declare function callback<TOutput extends Output>(root: string, options: Options, callback: ResultCallback<TOutput>): void;