Repository URL to install this package:
|
Version:
1.1.21 ▾
|
"use strict";
const tagEq = require("./tagEq");
/**
* @name isArrayBuffer
* @type {Function}
* {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer mozilla-array-buffer}
* @see {@link mozilla-array-buffer}
*/
module.exports = tagEq('[object ArrayBuffer]');