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
/
buffer.d.ts
2 lines
(1 loc)
•
186 B
TypeScript
View Raw
1
2
export
type
TypedArray
=
Int8Array
|
Uint8Array
|
Uint8ClampedArray
|
Int16Array
|
Uint16Array
|
Int32Array
|
Uint32Array
|
BigInt64Array
|
BigUint64Array
|
Float32Array
|
Float64Array
;