UNPKG
@550w-tools/core
Version:
latest (0.0.16)
0.0.16
0.0.15
0.0.14
0.0.13
550w-tools 核心库,暴露若干API供应用层调用
@550w-tools/core
/
lib
/
utils
/
index.d.ts
9 lines
(8 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./APILogger'
;
export
*
from
'./array'
;
export
*
from
'./createProgressBar'
;
export
*
from
'./date'
;
export
*
from
'./file'
;
export
*
from
'./json'
;
export
*
from
'./qps'
;
export
*
from
'./regExp'
;