Added upload function which tracks progress
All checks were successful
Build / Build NPM Project (push) Successful in 16s
Build / Tag Version (push) Successful in 4s
Build / Publish (push) Successful in 7s

This commit is contained in:
2024-04-24 06:57:15 -04:00
parent 34c2df7a1a
commit 2fe8cdb96a
4 changed files with 41 additions and 9 deletions

View File

@ -8,4 +8,5 @@ export * from './misc';
export * from './objects';
export * from './string';
export * from './time';
export * from './upload';
export * from './xhr';