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>
var trie=unpack(compressedStuff);
trie.hasOwnProperty('miles davis');
</script>MIT