Type Alias TypedArrayMapFunction

TypedArrayMapFunction: (
    input: number | TypedArrayArrayType,
) => number | TypedArrayArrayType

Type declaration