{"id":18049968,"url":"https://github.com/apacheli/void","last_synced_at":"2025-04-05T06:17:37.726Z","repository":{"id":62422101,"uuid":"363652875","full_name":"apacheli/void","owner":"apacheli","description":"Codec for the External Term Format","archived":false,"fork":false,"pushed_at":"2021-05-24T15:37:26.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T16:17:01.506Z","etag":null,"topics":["deno","elixir","erlang","etf","typescript","void"],"latest_commit_sha":null,"homepage":"https://deno.land/x/void@1.0.4","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/apacheli.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":"2021-05-02T13:05:01.000Z","updated_at":"2021-07-02T03:58:51.000Z","dependencies_parsed_at":"2022-11-01T17:31:38.079Z","dependency_job_id":null,"html_url":"https://github.com/apacheli/void","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fvoid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fvoid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fvoid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fvoid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apacheli","download_url":"https://codeload.github.com/apacheli/void/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294567,"owners_count":20915341,"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","elixir","erlang","etf","typescript","void"],"created_at":"2024-10-30T21:09:56.280Z","updated_at":"2025-04-05T06:17:37.705Z","avatar_url":"https://github.com/apacheli.png","language":"TypeScript","readme":"# Void\n\nPacks and unpacks [ETF](https://erlang.org/doc/apps/erts/erl_ext_dist.html)\ndata. Written in [TypeScript](https://www.typescriptlang.org/) for\n[Deno](https://deno.land/).\n\nThis can pack most JavaScript types except `symbol` and `undefined`.\n\n```ts\nimport { pack, unpack } from \"https://deno.land/x/void@1.0.4/mod.ts\";\n\nconst packed = pack({\n  a: true,\n  list: [\"of\", 3, \"things\", \"to\", \"unpack\"],\n});\n\nconst unpacked = unpack(packed);\n```\n\nUnpacking a `LARGE_BIG_EXT` will stringify it by default. If you need `bigint`s,\nyou can pass `false` into `unpack`.\n\n```ts\n// unpack(uint8: Uint8Array, stringify_bigints?: boolean)\nconst unpacked = unpack(uint8, false);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheli%2Fvoid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapacheli%2Fvoid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheli%2Fvoid/lists"}