amis-rpc-design/node_modules/fork-ts-checker-webpack-plugin/lib/utils/path/is-inside-another-path.d.ts

3 lines
114 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
declare function isInsideAnotherPath(parent: string, directory: string): boolean;
export { isInsideAnotherPath };