UNPKG

@scalar/api-client

Version:

the open source API testing client

5 lines 189 B
/** * Extract the filename from a content disposition header */ export declare function extractFilename(contentDisposition: string): string; //# sourceMappingURL=extract-filename.d.ts.map