JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4784241
  • Score
    100M100P100Q222849F
  • License MIT

https://en.wikipedia.org/wiki/Trie

Package Exports

  • @wry/trie
  • @wry/trie/lib/bundle.cjs
  • @wry/trie/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wry/trie) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@wry/trie

A trie data structure that holds object keys weakly, yet can also hold non-object keys, unlike WeakMap.