is-inside-another-path.d.ts 114 B

12
  1. declare function isInsideAnotherPath(parent: string, directory: string): boolean;
  2. export { isInsideAnotherPath };