Added upload function with PromiseProgress support
Some checks failed
Build / Build NPM Project (push) Failing after 29s
Build / Tag Version (push) Has been skipped

This commit is contained in:
2024-07-18 23:59:54 -04:00
parent 2a878b7962
commit 0693397164
2 changed files with 27 additions and 1 deletions

View File

@ -3,6 +3,7 @@ export * from './aset';
export * from './download';
export * from './emitter';
export * from './errors';
export * from './http.ts';
export * from './logger';
export * from './math';
export * from './misc';
@ -10,4 +11,4 @@ export * from './objects';
export * from './promise-progress';
export * from './string';
export * from './time';
export * from './http.ts';
export * from './upload.ts';