UNPKG

ut2

Version:

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

10 lines (6 loc) 171 B
'use strict'; var native = require('./internals/native.js'); function isUndefined(value) { return value === native.nativeUndefined; } module.exports = isUndefined;