Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

npmjs.org : @mqschwanda/curry

```jsx /** * @name curry * @type {Function} * @description recursive autocurry * @since 0.0.1 * @example curry(function, arg1, arg2)(arg3)(arg4, arg5) */ export const curry = (func, array = []) => (...args) => (arr) => ( arr.length === func.length ? func(

Registry - Source - Homepage - JSON
purl: pkg:npm/%40mqschwanda/curry
Keywords: curry, utility, babel, enzyme, firebase, firestore, javascript, jest, monorepo, node, npm, react, rollup, scripts
License: MIT
Latest release: almost 6 years ago
First release: almost 6 years ago
Namespace: mqschwanda
Dependent packages: 1
Dependent repositories: 1
Downloads: 4 last month
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 19 days ago

    Loading...
    Readme
    Loading...