{"id":21744830,"url":"https://github.com/nestarz/pipe","last_synced_at":"2025-10-24T05:48:15.826Z","repository":{"id":235338766,"uuid":"643825890","full_name":"nestarz/pipe","owner":"nestarz","description":"TypeScript Pipe Operator with Async Support","archived":false,"fork":false,"pushed_at":"2023-05-22T08:51:54.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T22:23:33.687Z","etag":null,"topics":["async-await","browser","deno","functional-programming","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/pipe","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/nestarz.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-05-22T08:33:42.000Z","updated_at":"2023-09-25T16:59:21.000Z","dependencies_parsed_at":"2024-04-23T05:26:02.212Z","dependency_job_id":"d925702b-908b-487e-a2ad-dc10ebd3226e","html_url":"https://github.com/nestarz/pipe","commit_stats":null,"previous_names":["nestarz/pipe"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestarz%2Fpipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestarz%2Fpipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestarz%2Fpipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestarz%2Fpipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nestarz","download_url":"https://codeload.github.com/nestarz/pipe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722655,"owners_count":20499153,"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":["async-await","browser","deno","functional-programming","typescript"],"created_at":"2024-11-26T07:12:45.136Z","updated_at":"2025-10-24T05:48:10.785Z","avatar_url":"https://github.com/nestarz.png","language":"TypeScript","readme":"# pipe\n\n```ts\nimport pipe from \"https://deno.land/x/pipe/mod.ts\";\n\nconst fn = pipe(\n  (...nbs: number[]) =\u003e nbs.reduce((a, b) =\u003e a + b, 0),\n  async (c: number) =\u003e c * (await Promise.resolve(10)),\n  (d: number) =\u003e d + 1000\n); // const fn: (...args: number[]) =\u003e Promise\u003cnumber\u003e\n\nawait fn(1, 2, 3, 4, 5) // 1150\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestarz%2Fpipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnestarz%2Fpipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestarz%2Fpipe/lists"}