Skip to content

Commit c5f4d2c

Browse files
committed
chore: add entry for build core lib, suitable for any JS environment
1 parent 0aa980a commit c5f4d2c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/core-index.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
export * from './array';
2+
export * from './date';
3+
export * from './object';
4+
export * from './path';
5+
export * from './string';
6+
export * from './type';
7+
export * from './async';
8+
export * from './func';
9+
export * from './random';
10+
export * from './number';
11+
export * from './unique';
12+
export * from './tree';
13+
export * from './we-decode';

0 commit comments

Comments
 (0)