{"id":13801242,"url":"https://github.com/retraigo/bettermap","last_synced_at":"2025-04-13T03:57:37.578Z","repository":{"id":37854328,"uuid":"497235468","full_name":"retraigo/bettermap","owner":"retraigo","description":"An extension of the Map class with more Array-like features.","archived":false,"fork":false,"pushed_at":"2022-11-06T12:20:29.000Z","size":94,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T03:57:30.129Z","etag":null,"topics":["deno","map","typescript"],"latest_commit_sha":null,"homepage":"","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/retraigo.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}},"created_at":"2022-05-28T06:36:00.000Z","updated_at":"2025-03-20T21:32:12.000Z","dependencies_parsed_at":"2023-01-21T14:00:17.002Z","dependency_job_id":null,"html_url":"https://github.com/retraigo/bettermap","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retraigo%2Fbettermap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retraigo%2Fbettermap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retraigo%2Fbettermap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retraigo%2Fbettermap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retraigo","download_url":"https://codeload.github.com/retraigo/bettermap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661705,"owners_count":21141450,"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","map","typescript"],"created_at":"2024-08-04T00:01:20.846Z","updated_at":"2025-04-13T03:57:37.522Z","avatar_url":"https://github.com/retraigo.png","language":"TypeScript","funding_links":[],"categories":["Modules","TypeScript"],"sub_categories":["Utils"],"readme":"# BetterMap\n\nAn extension of the Map class with more Array-like features.\n\n## NOTE\nMaps are not ordered data structures. JavaScript Maps store elements in the order of insertion. \nAny sorting / indexing method implemented involves converting the Map into an Array or Iterator\nto do necessary operations.\n\nRelated: [Policy Maps and Sets for JavaScript](https://github.com/tc39/proposal-policy-map-set)\n\n**[Click here for docs](https://doc.deno.land/https://deno.land/x/bettermap/mod.ts)**\n\n## Installation\n\nThere ain't no installation. It's a Deno module.\n\n## Usage\n\n```ts\nimport { BetterMap } from \"https://deno.land/x/bettermap/mod.ts\";\n\nconst b = new BetterMap\u003cstring, unknown\u003e();\n```\n\n# Support\n\nDo open a new issue or pr regarding bugs or improvements.\n\n[Join our Discord server!](https://discord.gg/A69vvdK)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretraigo%2Fbettermap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretraigo%2Fbettermap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretraigo%2Fbettermap/lists"}