rubico:[a]同步功能编程 源码
意大利东北部,在拉文纳以南的一条浅河 [a]同步功能编程 const { pipe , map , filter } = rubico const isOdd = number => number % 2 == 1 const asyncSquare = async number => number ** 2 const squaredOdds = pipe ( [ filter ( isOdd ) , map ( asyncSquare ) , ] ) squaredOdds ( [ 1 , 2 , 3 , 4 , 5 ] ) . then ( console . log ) // [1, 9, 25] 安装 ( ) 与npm npm i rubico 在Node.js中需要rubico const rubico = require ( 'rubico' ) const p
文件列表
rubico:[a]同步功能编程
(预估有个581文件)
.gitignore
954B
test.v0.2.9.js
67KB
index.v0.2.9.js
39KB
makeARequest.html
1KB
browserScript.html
714B
browserModule.html
697B
flatten.es.js
25KB
flatten.js
25KB
flatMap.es.js
25KB
rubico.es.min.js
33KB
暂无评论