UNPKG

denoify

Version:

For NPM module authors that would like to support Deno but do not want to write and maintain a port.

3 lines (2 loc) 141 B
/** List all files in a given directory return paths relative to the dir_path */ export declare const crawl: (dir_path: string) => string[];