Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
apacheli committed May 14, 2021
1 parent 0df837b commit ff37fa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Packs and unpacks [ETF](https://erlang.org/doc/apps/erts/erl_ext_dist.html)
data. Written in [TypeScript](https://www.typescriptlang.org/) for
[Deno](https://deno.land/).

This can pack most JavaScript types except `symbol` and `undefined`.

```ts
import { pack, unpack } from "https://deno.land/x/void@0.1.2/mod.ts";
import { pack, unpack } from "https://deno.land/x/void@1.0.3/mod.ts";

const packed = pack({
a: true,
Expand Down

0 comments on commit ff37fa5

Please sign in to comment.