UNPKG
type-tls
Version:
latest (3.3.0)
3.3.0
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
2.7.0
2.6.0
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.0
type-tls 封装了与类型相关的工具,比如:获取数据的类型 或 类型名字、判断数据的类型 等
github.com/GuoBinyong/type-tls
GuoBinyong/type-tls
type-tls
/
dist
/
index.d.ts
7 lines
(6 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
'./base'
;
export
*
from
'./function'
;
export
*
from
'./member'
;
export
*
from
'./async'
;
export
*
from
'./buffer'
;
export
*
from
"./other"
;