UNPKG

lib-tools

Version:

The lib-tools helps you simplify the build, bundle, test and npm packaging workflows for Typescript, JavaScript, Angular library projects and assets module projects.

4 lines (3 loc) 210 B
export declare function normalizePath(p: string): string; export declare function isSamePaths(p1: string, p2: string): boolean; export declare function isInFolder(parentDir: string, checkDir: string): boolean;