UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 125 B
/** * 根据在线 url 返回 blob */ declare function getBlobByUrl(url: string): Promise<Blob>; export { getBlobByUrl };