{"id":20236512,"url":"https://github.com/ardcore/funf","last_synced_at":"2025-04-10T19:05:21.559Z","repository":{"id":57243124,"uuid":"116869505","full_name":"ardcore/funf","owner":"ardcore","description":"Minimal, hand-picked utilities needed to unblock functional programming.","archived":false,"fork":false,"pushed_at":"2018-01-14T20:50:41.000Z","size":21,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T16:46:24.600Z","etag":null,"topics":["es6","functional-programming","javascript","utilities"],"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/ardcore.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-01-09T20:52:16.000Z","updated_at":"2020-08-13T06:07:29.000Z","dependencies_parsed_at":"2022-09-15T09:10:15.760Z","dependency_job_id":null,"html_url":"https://github.com/ardcore/funf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardcore%2Ffunf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardcore%2Ffunf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardcore%2Ffunf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardcore%2Ffunf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ardcore","download_url":"https://codeload.github.com/ardcore/funf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248279195,"owners_count":21077406,"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":["es6","functional-programming","javascript","utilities"],"created_at":"2024-11-14T08:21:27.752Z","updated_at":"2025-04-10T19:05:21.536Z","avatar_url":"https://github.com/ardcore.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# funf!\n\nMinimal, hand-picked and well-tested utilities needed to unlock functional programming. Zero dependencies. Provided as CJS, UMD and ESM modules.\n\n## Utilities\n\n- `pipe`: _(a -\u003e b) -\u003e (b -\u003e c) -\u003e a -\u003e c_\n- `compose`: _(b -\u003e c) -\u003e (a -\u003e b) -\u003e a -\u003e c_\n- `pick`: _({a}) -\u003e ([a]) -\u003e {a}_\n- `omit`: _({a}) -\u003e ([a]) -\u003e {a}_\n- `head`: _([a]) -\u003e a_\n- `tail`: _([a]) -\u003e [a]_\n- `curry`: _((a, b) -\u003e c) -\u003e a -\u003e b -\u003e c_\n- `zip`: - _([a], [b]) -\u003e [[a, b]]_\n- `prop`: - _(a) -\u003e ({a}) -\u003e a_\n\nI may be adding more, but the intention is to find the perfect set of _core_ FP utilities and keep it as minimal as possible.\n\n## Installation\n\n`npm install funf --save` or `yarn add funf`\n\n## Testing\n\n`npm run test`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardcore%2Ffunf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fardcore%2Ffunf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardcore%2Ffunf/lists"}