{"id":20264201,"url":"https://github.com/kawarimidoll/deno-join-by","last_synced_at":"2026-04-29T04:35:31.522Z","repository":{"id":172115041,"uuid":"648859307","full_name":"kawarimidoll/deno-join-by","owner":"kawarimidoll","description":"Joins an array of items into a string, using a separator function.","archived":false,"fork":false,"pushed_at":"2023-06-03T03:08:41.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T04:45:37.024Z","etag":null,"topics":["deno","deno-module","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/join_by/join_by.ts","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/kawarimidoll.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-06-03T02:42:17.000Z","updated_at":"2023-06-04T08:38:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6a8cb16-39c3-42fe-9b94-60b6ba49fd08","html_url":"https://github.com/kawarimidoll/deno-join-by","commit_stats":null,"previous_names":["kawarimidoll/deno-join-by"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawarimidoll%2Fdeno-join-by","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawarimidoll%2Fdeno-join-by/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawarimidoll%2Fdeno-join-by/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawarimidoll%2Fdeno-join-by/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kawarimidoll","download_url":"https://codeload.github.com/kawarimidoll/deno-join-by/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241739432,"owners_count":20012101,"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":["deno","deno-module","typescript"],"created_at":"2024-11-14T11:38:29.535Z","updated_at":"2026-04-29T04:35:31.421Z","avatar_url":"https://github.com/kawarimidoll.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno-join-by\n\nJoins an array of items into a string, using a separator function.\n\n```ts\nimport { joinBy } from \"https://deno.land/x/join_by/join_by.ts\"\njoinBy([1, 16, 9, 4, 25], (p, c) =\u003e p \u003e c ? \" \u003e \" : \" \u003c \");\n// \"1 \u003c 16 \u003e 9 \u003e 4 \u003c 25\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkawarimidoll%2Fdeno-join-by","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkawarimidoll%2Fdeno-join-by","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkawarimidoll%2Fdeno-join-by/lists"}