UNPKG

@types/path-is-inside

Version:
3 lines (2 loc) 105 B
declare function pathIsInside(thePath: string, potentialParent: string): boolean; export = pathIsInside;