5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
export default function isSafePath({ filePath, allowedDir, }: {
|
|
filePath: string;
|
|
allowedDir: string;
|
|
}): boolean;
|