Searched refs:Promisable (Results 1 – 1 of 1) sorted by relevance
1 type Promisable<T> = T | Promise<T>; alias2 export type Callback = (directory: string, files: string[]) => Promisable<string | false | void>;