Type alias TypedArrayOf

TypedArrayOf: (<T>(ctor: TypedArrayConstructor<T>, ...args: Parameters<TypedArrayConstructor<T>["of"]>) => T)

Type declaration

    • <T>(ctor: TypedArrayConstructor<T>, ...args: Parameters<TypedArrayConstructor<T>["of"]>): T
    • Type Parameters

      Parameters

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

      Returns T

Generated using TypeDoc