UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

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