Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/modules / ___dist / chain-able / src / deps / is / dataView.js
Size: Mime:
"use strict";

const tagEq = require("./tagEq");
/**
 * {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView mozilla-data-view}
 * @see {@link mozilla-data-view}
 * @type {Function}
 */


module.exports = tagEq('[object DataView]');