UNPKG

ut2

Version:

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

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