UNPKG

ut2

Version:

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

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