UNPKG
meng-utils
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
一个js工具函数库,将平时常用的方法封装成通用库
github.com/qianxunyimeng/meng-utils
qianxunyimeng/meng-utils
meng-utils
/
lib
/
types
/
src
/
dom
/
index.d.ts
5 lines
(4 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./event'
;
export
*
from
'./eventBus'
;
export
*
from
'./pubSub'
;
export
*
from
'./style'
;