5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
|
export declare function isInside(params: {
|
||
|
dirPath: string;
|
||
|
filePath: string;
|
||
|
}): boolean;
|