UNPKG

ut2

Version:

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

9 lines (6 loc) 236 B
import getTagWithBugfix from './internals/getTagWithBugfix.js'; import { dataViewTag } from './internals/native.js'; function isDataView(value) { return getTagWithBugfix(value) === dataViewTag; } export { isDataView as default };