UNPKG
packdir-cli
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
Packdir CLI
github.com/packdir/pd
packdir/pd
packdir-cli
/
dist
/
lib
/
util
/
fetchable-browser.d.ts
5 lines
(4 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
/// <reference lib="dom" />
export
declare
const
type
=
"blob"
;
declare
const
fetchable
:
(
url
:
string
,
timeout
:
number
) =>
Promise
<
Blob
>;
export
default
fetchable;