UNPKG

ut2

Version:

一个现代 JavaScript 实用工具库。[点击查看在线文档]。

11 lines (7 loc) 250 B
'use strict'; var getTagWithBugfix = require('./internals/getTagWithBugfix.js'); var native = require('./internals/native.js'); function isDataView(value) { return getTagWithBugfix(value) === native.dataViewTag; } module.exports = isDataView;