SemmyWong 92cd76ce48
fix: fix accuracy of percent (#685)
* fix: fix accuracy of percent

* fix: fix accuracy of percent

* fix: test unit modify

* fix: export number

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-07-28 09:26:50 +08:00

6 lines
103 B
TypeScript

export * from './merge';
export * from './number';
export * from './registry';
export * from './uid';