Fixed logger
All checks were successful
Build / Build NPM Project (push) Successful in 32s
Build / Tag Version (push) Successful in 10s
Build / Publish (push) Successful in 29s

This commit is contained in:
2024-03-04 11:11:11 -05:00
parent 0ffe3d6b13
commit d52f9cfdc3
3 changed files with 32 additions and 37 deletions

View File

@ -4,7 +4,6 @@ export * from './errors';
export * from './logger';
export * from './misc';
export * from './objects';
// export * from './redis';
export * from './string';
export * from './time';
export * from './xhr';