UNPKG

packdir-cli

Version:
5 lines (4 loc) 164 B
/// <reference lib="dom" /> export declare const type = "blob"; declare const fetchable: (url: string, timeout: number) => Promise<Blob>; export default fetchable;