{"id":29189385,"url":"https://github.com/coderaiser/uncurrify","last_synced_at":"2025-08-13T21:42:00.239Z","repository":{"id":57385902,"uuid":"45907053","full_name":"coderaiser/uncurrify","owner":"coderaiser","description":"uncurry function that was carried before","archived":false,"fork":false,"pushed_at":"2020-12-07T11:30:23.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T06:44:13.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderaiser.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-10T11:17:15.000Z","updated_at":"2020-12-07T11:30:22.000Z","dependencies_parsed_at":"2022-08-30T20:01:10.444Z","dependency_job_id":null,"html_url":"https://github.com/coderaiser/uncurrify","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/coderaiser/uncurrify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Funcurrify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Funcurrify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Funcurrify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Funcurrify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderaiser","download_url":"https://codeload.github.com/coderaiser/uncurrify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Funcurrify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261828600,"owners_count":23215992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-01T23:07:24.004Z","updated_at":"2025-07-01T23:07:24.611Z","avatar_url":"https://github.com/coderaiser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uncurrify [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]\n\nTakes a function `f(x)` that returns another function `g(y)` as a result, and yields a new function `f′(x, y)` that takes a number of additional parameters and applies them to the function returned by function `f`.\n\n## Install\n\n```\nnpm i uncurrify --save\n```\n\n## How to use?\n\n```js\nconst uncurrify = require('uncurrify');\n\nconst g = (x) =\u003e (y) =\u003e sum(x + y);\nconst f = (x) =\u003e g(x);\nconst sum = (x, y) =\u003e x + y;\n\nununcurrify(f)(2, 2);\n// returns\n4;\n```\n\n## License\n\nMIT\n\n[NPMIMGURL]: https://img.shields.io/npm/v/uncurrify.svg?style=flat\n[BuildStatusIMGURL]: https://img.shields.io/travis/coderaiser/uncurrify/master.svg?style=flat\n[DependencyStatusIMGURL]: https://img.shields.io/david/coderaiser/uncurrify.svg?style=flat\n[LicenseIMGURL]: https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat\n[NPMURL]: https://npmjs.org/package/uncurrify \"npm\"\n[BuildStatusURL]: https://travis-ci.org/coderaiser/uncurrify \"Build Status\"\n[DependencyStatusURL]: https://david-dm.org/coderaiser/uncurrify \"Dependency Status\"\n[LicenseURL]: https://tldrlegal.com/license/mit-license \"MIT License\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Funcurrify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderaiser%2Funcurrify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Funcurrify/lists"}