promise-and:承诺的AND(&&)运算符

时间:2024-05-30 07:09:20
【文件属性】:

文件名称:promise-and:承诺的AND(&&)运算符

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-30 07:09:20

JavaScript

答应 承诺的AND(&&)运算符 安装 安装 promise-and使用 : npm install --save promise-and 用法 模块使用 var and = require ( 'promise-and' ) ; and ( Promise . resolve ( true ) , Promise . resolve ( false ) ) . then ( function ( val ) { // val === false } ) ; 原料药 and(...args) 名称 类型 描述 ...args Mixed 在&&之间运行的值 返回: Promise ,它解析为参数中的第一个“ falsey”值。 有关的 执照 麻省理工学院:copyright:Joakim Carlstein


【文件预览】:
promise-and-master
----src()
--------index.js(284B)
----.npmignore(6B)
----.travis.yml(48B)
----test()
--------test.js(1KB)
----README.md(1KB)
----.editorconfig(231B)
----.gitignore(14B)
----package.json(590B)

网友评论