UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

3 lines (2 loc) 145 B
export declare function isChildPathOf(parent: string): (child: string) => boolean; export declare function check(dir: string): Promise<boolean>;