UNPKG

denoify

Version:

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

5 lines (4 loc) 111 B
export declare function isInsideOrIsDir(params: { dirPath: string; fileOrDirPath: string; }): boolean;