Files
med-notes/.pnpm-store/v10/files/65/8552813960c16dc4c55ed763c2a97a3fdaf24576979ab12140383615c78f51a9f5b5f035841db2b051a1abc745465c7d8e1f0eaef43f536db6d71302776458
2025-05-09 05:30:08 +02:00

8 lines
289 B
Plaintext

/**
* Extract file name from the Content-Disposition HTTP response header.
*
* @param {string} contentDisposition
* @returns {string} Filename, if found in the Content-Disposition header.
*/
export function getFilenameFromContentDispositionHeader(contentDisposition: string): string;