@nevware21/ts-utils
    Preparing search index...

    Function isArrayBuffer

    • Checks if the type of value is a ArrayBuffer object.

      Parameters

      • value: any

        Value to be checked.

      Returns value is ArrayBuffer

      True if the value is a ArrayBuffer, false otherwise.