没有合适的资源?快使用搜索试试~ 我知道了~
not-defined:检查是否未定义foo,即undefined,null,空字符串,数组,对象或NaN
共9个文件
json:2个
js:2个
cjs:1个
需积分: 17 0 下载量 54 浏览量
2021-05-07
01:59:36
上传
评论
收藏 4KB ZIP 举报
温馨提示
没有定义的 检查是否未定义foo,即undefined,null,空字符串,数组,对象或NaN | 安装 npm install not-defined 用法 此代码段 import notDefined from 'not-defined' if ( notDefined ( foo ) ) { // do something, usually throw a TypeError } 等效于以下伪代码 if (foo is not defined, i.e. is null, undefined, NaN, an empty string, array or object) { // do something, usually throw a TypeError } 您还可以使用更简短但仍具有语义的形式,例如 import no from 'not-defined' if (
资源推荐
资源详情
资源评论
收起资源包目录
not-defined-main.zip (9个子文件)
not-defined-main
not-defined.cjs 190B
not-defined.js 190B
test.js 736B
package.json 838B
LICENSE 1KB
package-lock.json 74B
.npmignore 8B
index.d.ts 90B
README.md 2KB
共 9 条
- 1
资源评论
CyberStar
- 粉丝: 42
- 资源: 4685
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功