funcdash:用于附加功能实用程序的 Lodash mixin

时间:2024-07-08 09:00:33
【文件属性】:

文件名称:funcdash:用于附加功能实用程序的 Lodash mixin

文件大小:12KB

文件格式:ZIP

更新时间:2024-07-08 09:00:33

JavaScript

功能 Lodash mixins 填补了一些常见的函数式编程空白。 用法 使用 $ npm install lodash funcdash 使用 LoDash 的方法。 var _ = require ( 'lodash' ) . runInContext ( ) ; _ . mixin ( require ( 'funcdash' ) ) ; 使用 $ npm install lodash-fp funcdash 使用 LoDash 的方法。 var _ = require ( 'lodash-fp' ) . runInContext ( ) ; _ . mixin ( require ( 'funcdash/curried' ) ) ; 文档 阅读。 功能 逻辑 _.and _.ifElse _. 或_.not 数学 _.乘以 _.product


【文件预览】:
funcdash-master
----logic()
--------and.js(448B)
--------or.js(449B)
--------not.js(376B)
--------ifElse.js(1KB)
----.eslintrc(2KB)
----curried.js(783B)
----test()
--------apply.js(186B)
--------call.js(180B)
--------and.js(303B)
--------curried.js(1KB)
--------or.js(317B)
--------mapInvoke.js(224B)
--------multiply.js(248B)
--------not.js(213B)
--------ifElse.js(454B)
--------product.js(684B)
--------mixin.js(442B)
----LICENSE.md(1KB)
----README.md(2KB)
----math()
--------multiply.js(421B)
--------product.js(776B)
----function()
--------apply.js(656B)
--------call.js(681B)
--------mapInvoke.js(1KB)
----.gitignore(14B)
----index.js(402B)
----package.json(817B)

网友评论