Added math functions
All checks were successful
Build / Build NPM Project (push) Successful in 1m29s
Build / Tag Version (push) Successful in 19s
Build / Publish (push) Successful in 26s

This commit is contained in:
2024-05-27 13:51:41 -04:00
parent 86196c3feb
commit 9350c837e5
3 changed files with 47 additions and 1 deletions

View File

@ -4,6 +4,7 @@ export * from './download';
export * from './emitter';
export * from './errors';
export * from './logger';
export * from './math';
export * from './misc';
export * from './objects';
export * from './promise-progress';