Module: types
Interfaces
Type Aliases
Collection
Ƭ Collection<T>: List<T> | Dictionary<T>
集合。
Type parameters
| Name | Type |
|---|---|
T | any |
New
Ƭ New<T>: (...args: any[]) => T
Type parameters
| Name | Type |
|---|---|
T | unknown |
Type declaration
• (...args)
构造函数匹配 new。
Parameters
| Name | Type |
|---|---|
...args | any[] |
TypedArray
Ƭ TypedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array
类型化数组。