UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

6 lines 228 B
/** * Strips directory components and control characters from a filename, * leaving only the base filename. */ export declare function sanitizeFilename(filename: string): string; //# sourceMappingURL=sanitizeFilename.d.ts.map