Fixed aset export
All checks were successful
Build / Build NPM Project (push) Successful in 35s
Build / Tag Version (push) Successful in 7s
Build / Publish (push) Successful in 13s

This commit is contained in:
2024-04-16 14:16:30 -04:00
parent 18c4366866
commit f5d66f0d8f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
export * from './array';
export * from './aset.ts';
export * from './aset';
export * from './emitter';
export * from './errors';
export * from './logger';