UNPKG

@cumulus/ingest

Version:
9 lines 328 B
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