Function bufferWrap

  • Zero-copy wraps ArrayBuffer-like objects into Buffer This supports ArrayBuffer, TypedArrays and the NodeJS Buffer

    Parameters

    • array: BufferSource
    • Optional offset: number
    • Optional length: number

    Returns Buffer

Generated using TypeDoc