@cumulus/ingest
Version:
Ingest utilities
9 lines • 328 B
TypeScript
export declare const decrypt: (ciphertext: string) => Promise<string | undefined>;
/**
* Return mime-type based on input url or filename
*
* @param {string} key
* @returns {string|undefined} mimeType or undefined
*/
export declare function lookupMimeType(key: string): string | undefined;
//# sourceMappingURL=util.d.ts.map