get-blob-duration.d.ts 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 export interface GetBlobDurationInterface { (blob: Blob | string): Promise<number> } declare const getBlobDuration: GetBlobDurationInterface export default getBlobDuration