{"id":18849023,"url":"https://github.com/gnlow/iteruyo","last_synced_at":"2026-02-02T16:30:15.963Z","repository":{"id":169812674,"uuid":"645596382","full_name":"gnlow/iteruyo","owner":"gnlow","description":"Functional iterator for TypeScript","archived":false,"fork":false,"pushed_at":"2023-07-02T11:53:21.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T14:48:42.403Z","etag":null,"topics":["fp","iterator","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/iteruyo","language":"TypeScript","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/gnlow.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-26T02:30:29.000Z","updated_at":"2023-06-24T15:55:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"b916ce3a-2e18-4f83-8435-8a71d1b25221","html_url":"https://github.com/gnlow/iteruyo","commit_stats":null,"previous_names":["gnlow/iteruyo"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Fiteruyo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Fiteruyo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Fiteruyo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Fiteruyo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnlow","download_url":"https://codeload.github.com/gnlow/iteruyo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239786206,"owners_count":19696770,"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":["fp","iterator","typescript"],"created_at":"2024-11-08T03:18:06.408Z","updated_at":"2026-02-02T16:30:15.917Z","avatar_url":"https://github.com/gnlow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iteruyo\n\n```ts\nimport { $ } from \"https://deno.land/x/iteruyo/mod.ts\"\n\n$([1, 2, 3, 4, 5])\n    .filter(x =\u003e x % 2 === 0)\n    .map(x =\u003e x * 2)\n    .forEach(console.log) // 4 8\n```\n```ts\n$([1, 2, 3, 4, 5])\n    .multiFold(function*(o, i) {\n        yield o + i\n        return o + i\n    })\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnlow%2Fiteruyo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnlow%2Fiteruyo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnlow%2Fiteruyo/lists"}