{"id":16588488,"url":"https://github.com/oliverjash/iterable-transformers","last_synced_at":"2026-04-22T04:02:09.588Z","repository":{"id":146156716,"uuid":"89588438","full_name":"OliverJAsh/iterable-transformers","owner":"OliverJAsh","description":"Type-safe transformer functions for Iterable and AsyncIterable (map, flatten, reduce, etc.).","archived":false,"fork":false,"pushed_at":"2017-05-13T13:10:23.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T11:26:56.671Z","etag":null,"topics":["asynciterable","asynciterator","iterable","iterator"],"latest_commit_sha":null,"homepage":"","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/OliverJAsh.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,"publiccode":null,"codemeta":null}},"created_at":"2017-04-27T11:04:30.000Z","updated_at":"2018-04-01T19:46:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1dca719-7e96-4f8e-89a7-8ecb801bee8b","html_url":"https://github.com/OliverJAsh/iterable-transformers","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/OliverJAsh/iterable-transformers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OliverJAsh%2Fiterable-transformers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OliverJAsh%2Fiterable-transformers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OliverJAsh%2Fiterable-transformers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OliverJAsh%2Fiterable-transformers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OliverJAsh","download_url":"https://codeload.github.com/OliverJAsh/iterable-transformers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OliverJAsh%2Fiterable-transformers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32120402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":["asynciterable","asynciterator","iterable","iterator"],"created_at":"2024-10-11T22:56:49.555Z","updated_at":"2026-04-22T04:02:09.557Z","avatar_url":"https://github.com/OliverJAsh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iterable-transformers\n\nType-safe transformer functions for `Iterable` and `AsyncIterable` (`map`, `flatten`, `reduce`, etc.).\n\nThis is just a start. I'm looking for contributors :-)\n\n[IxJS] is supposed to solve this problem, but I wanted something I could start using today.\n\n## Installation\n\n```\nyarn add iterable-transformers\n```\n\n## Transformers\n\n|transformers|`Iterable`|`AsyncIterable`|\n|-|-|-|\n|`map`|✅|✅|\n|`flatten`|✅|✅|\n|`reduce`|✅|✅|\n|`toArray`|✅|✅|\n|`filter`|TODO|TODO|\n|`take`|TODO|TODO|\n|`takeWhile`|✅|✅|\n|`takeUntil`|TODO|TODO|\n|`drop`|TODO|TODO|\n|`dropWhile`|TODO|TODO|\n|`dropUntil`|TODO|TODO|\n\n## Development\n\n``` bash\nyarn\nyarn run lint\nyarn run compile\nnode ./target/examples/Iterable.js\nnode ./target/examples/AsyncIterable.js\n```\n\n## To do\n\n- [ ] Write tests\n- [ ] [Fantasy Land] compatibility\n\n[IxJS]: https://github.com/ReactiveX/IxJS\n[Fantasy Land]: https://github.com/fantasyland/fantasy-land\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliverjash%2Fiterable-transformers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foliverjash%2Fiterable-transformers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliverjash%2Fiterable-transformers/lists"}