ffuncs:小型功能库

时间:2024-05-29 00:37:04
【文件属性】:

文件名称:ffuncs:小型功能库

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-29 00:37:04

JavaScript

功能 一个用于JavaScript的小型功能库。 内容 const ff = require ( "ffuncs" ) ; ff . curry ; // a function that curries the given function. // uses the `length` property of a function, // so functions using the `...` operator // may provide unexpected behaviour when // curried let add = ( x , y ) => x + y ; let addFive = ff . curry ( add ) ( 5 ) ; console . log ( [


【文件预览】:
ffuncs-master
----index.js(294B)
----test.js(362B)
----package.json(566B)
----.gitignore(627B)
----README.md(1KB)
----backend()
--------vectorize.js(902B)
--------memoize.js(271B)
--------error.js(100B)
--------curry.js(304B)

网友评论