bunext/dist/utils/is-safe-path.d.ts

5 lines
123 B
TypeScript

export default function isSafePath({ filePath, allowedDir, }: {
filePath: string;
allowedDir: string;
}): boolean;