{"id":21669350,"url":"https://github.com/attack-monkey/fpipe","last_synced_at":"2026-04-18T09:36:29.131Z","repository":{"id":57099687,"uuid":"301824874","full_name":"attack-monkey/fpipe","owner":"attack-monkey","description":"fsharp style pipe for typescript","archived":false,"fork":false,"pushed_at":"2020-10-06T19:22:18.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T20:15:29.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/attack-monkey.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":"2020-10-06T18:51:29.000Z","updated_at":"2020-10-06T19:22:20.000Z","dependencies_parsed_at":"2022-08-22T23:10:26.084Z","dependency_job_id":null,"html_url":"https://github.com/attack-monkey/fpipe","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/attack-monkey%2Ffpipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attack-monkey%2Ffpipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attack-monkey%2Ffpipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attack-monkey%2Ffpipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/attack-monkey","download_url":"https://codeload.github.com/attack-monkey/fpipe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244570173,"owners_count":20473994,"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":"2024-11-25T12:21:10.579Z","updated_at":"2026-04-18T09:36:29.125Z","avatar_url":"https://github.com/attack-monkey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fpipe\nfsharp style pipe for typescript\n\nAn fsharp style pipe for typescript (default to arity 10)\n\n## Install\n\n```\n\nnpm i @attack-monkey/fpipe\n\n```\n\n## Usage\n\nI like Ramda... but their `pipe` / `compose` is off for my liking.\n\nRamda `pipe` is essentially an fsharp `compose` and Ramda `compose` is just an fsharp right to left compose (`\u003c\u003c`).\n\n`fpipe` is an fsharp pipe.\n\n```typescript\n\nconst inc = (a: number) =\u003e a + 1\n\nconst thirteen = fpipe(10, inc, inc, inc)\n\n```\n\n^^ Which resembles\n\n```fsharp\n\nlet thirteen = 10 |\u003e inc |\u003e inc |\u003e inc\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattack-monkey%2Ffpipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattack-monkey%2Ffpipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattack-monkey%2Ffpipe/lists"}