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
    • Type Parameters

      Parameters

      • ctor: TypedArrayConstructor<T>
      • Rest ...args: Parameters<TypedArrayConstructor<T>["from"]>

      Returns T

Generated using TypeDoc