UNPKG

@scalar/api-client

Version:

the open source API testing client

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