Function typedArrayToBuffer

  • In node environment the TypedArray.buffer is probably a larger buffer from the buffer pool. This makes it necessary to create a Buffer with offset & length so that it accurately represents the given TypedArray.

    Type Parameters

    • K

    Parameters

    Returns Buffer

Generated using TypeDoc