Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / exotic   js

Repository URL to install this package:

Version: 2.0.8 

/ src / types / NATIVE / realm / specific / isDataView.ts

import isTagEq from '../../../kind/isTagEq'

/**
 * {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView mozilla-data-view}
 * @see {@link mozilla-data-view}
 * @type {Function}
 */
export default (x: any): x is DataView => isTagEq('[object DataView]')