2.3.0 • Published 3 years ago

efrt-unpack v2.3.0

Weekly downloads
11,422
License
MIT
Repository
github
Last release
3 years ago

the unpack half of the efrt library.

See that repo for full documentation.

npm install efrt-unpack
<script src="https://unpkg.com/efrt@latest/builds/efrt-unpack.min.js"></script>
<script>
  const compressedTrie = 'true¦denmark,o0scandanavia;h0ntar0;io'
  const p = unpack(compressedTrie)
  console.log(p.hasOwnProperty('ohio'))
  // true
</script>

MIT

2.3.0

3 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.3

7 years ago

2.0.1

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

0.0.7

7 years ago