Type alias TypedArrayFrom
TypedArrayFrom: (<T>(ctor: TypedArrayConstructor<T>, ...args: Parameters<TypedArrayConstructor<T>["from"]>) => T)
Type declaration
-
- <T>(ctor: TypedArrayConstructor<T>, ...args: Parameters<TypedArrayConstructor<T>["from"]>): T
-
Parameters
-
ctor: TypedArrayConstructor<T>
-
Rest
...args: Parameters<TypedArrayConstructor<T>["from"]>
Returns T