????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/escalade/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/escalade/index.d.ts

type Promisable<T> = T | Promise<T>;
export type Callback = (directory: string, files: string[]) => Promisable<string | false | void>;
export default function (directory: string, callback: Callback): Promise<string | void>;