3 lines
114 B
TypeScript
3 lines
114 B
TypeScript
|
declare function isInsideAnotherPath(parent: string, directory: string): boolean;
|
||
|
export { isInsideAnotherPath };
|