UNPKG
@happylinks/upchunk
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
Dead simple chunked file uploads using Fetch
github.com/muxinc/upchunk
muxinc/upchunk
@happylinks/upchunk
/
src
/
upchunk.spec.ts
6 lines
(4 loc)
•
97 B
text/typescript
View Raw
1
2
3
4
5
6
// import { createUpload } from
'./upchunk'
;
test
(
'basic'
, () => { expect(2 + 2).toBe(4); });