{"id":16660939,"url":"https://github.com/agrafix/npm-explicit-curry","last_synced_at":"2026-05-15T21:33:07.982Z","repository":{"id":66320077,"uuid":"52553663","full_name":"agrafix/npm-explicit-curry","owner":"agrafix","description":"Helpers to build curried functions","archived":false,"fork":false,"pushed_at":"2016-02-25T20:20:30.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-25T10:19:38.064Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agrafix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-25T20:13:08.000Z","updated_at":"2016-02-25T20:13:37.000Z","dependencies_parsed_at":"2023-05-10T11:11:40.551Z","dependency_job_id":null,"html_url":"https://github.com/agrafix/npm-explicit-curry","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"9db0017f3dee7c705dc3c68d26417cc7e37c54c2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agrafix/npm-explicit-curry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fnpm-explicit-curry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fnpm-explicit-curry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fnpm-explicit-curry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fnpm-explicit-curry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agrafix","download_url":"https://codeload.github.com/agrafix/npm-explicit-curry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fnpm-explicit-curry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268281840,"owners_count":24225160,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-10-12T10:32:30.508Z","updated_at":"2026-05-15T21:33:07.943Z","avatar_url":"https://github.com/agrafix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple currying helpers\n\nThis is useful when you are writing JavaScript bindings for languages that are curried by default,\nlike purescript. Note that extensive use of currying doesn't go well with performance, so try\nto use objects instead.\n\n## Example (PureScript Binding)\n\n```javascript\n// module Foo\nvar curry = import('explicit-curry');\nexports.someJsFun = curry.F2(function(a, b) {\n    return a + b;\n});\n```\n\n```purescript\nmodule Foo\n\nforeign import someJsFun :: Number -\u003e Number -\u003e Number\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrafix%2Fnpm-explicit-curry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagrafix%2Fnpm-explicit-curry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrafix%2Fnpm-explicit-curry/lists"}