File "index.d.ts"
Full Path: /var/www/html/gitep_front/node_modules/escalade/sync/index.d.ts
File size: 242 bytes
MIME-type: text/plain
Charset: utf-8
declare namespace escalade {
export type Callback = (
directory: string,
files: string[],
) => string | false | void;
}
declare function escalade(
directory: string,
callback: escalade.Callback,
): string | void;
export = escalade;