Files
bunext/dist/utils/is-safe-path.d.ts
T
2026-04-19 16:00:59 +01:00

5 lines
123 B
TypeScript

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