Lodash.isArrayBuffer

Checks if value is classified as an ArrayBuffer object.

struct Lodash
nothrow @trusted @safe ref
isArrayBuffer
()
()

Return Value

Type: auto ref

- Lodash chained on (boolean): true if value is an array buffer, else false.

Meta