Files
pole-book/server/node_modules/fork-ts-checker-webpack-plugin/lib/utils/path/is-inside-another-path.d.ts

3 lines
114 B
TypeScript

declare function isInsideAnotherPath(parent: string, directory: string): boolean;
export { isInsideAnotherPath };