-
promise-fncall:可以处理promise参数的Function.call下载
资源介绍
承诺电话
可以处理promise参数的Function.call
安装
使用安装promise-fncall :
npm install --save promise-fncall
用法
模块使用
var call = require ( 'promise-fncall' ) ;
function greet ( val ) {
return 'hello ' + val ;
}
call ( greet , Promise . resolve ( 'world' ) )
. then ( function ( val ) {
// val === 'hello world'
} ) ;
原料药
call(fn, ...promises)
名称
类型
描述
fn
`功能
承诺{[功能]}`
...promises
Promise
全部解析后传递给fn的参数