Seamlessly render lit templates and elements on the server and in the browser
FormData.entries ponyfill
Logformatter for logentries
Customizable trie data structure built in JavaScript.
Generate regular expressions that match a set of strings
Countries, states/regions, cities.
The easiest way to get up and running in your app using trieve search.
Externalizes references to Object.entries
`Object.values(obj)` -> `Object.keys(obj).map(key => obj[key])`
Minimalistic trie implementation for autosuggest and autocomplete components.
Family for all Identity Verification related APIs
The extremely fast compressed trie implementation.
A simple NPM package to get capitals, currency, native language, famous_for etc. of all the countries in the world
TypeScript definitions for trie-prefix-tree
A node module with a simple trie data structure, support for insert and search functions
compressed-trie data-structure
Javascript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree(BST), AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max
A compact trie for mapping keys to values
TypeScript definitions for autosuggest-trie
John Resig's trie implementation, prettified and packaged for npm
A JavaScript port of Data.Trie
get trie position list { position: keyword[] }
An efficient immutable ordered sequence of elements akin to a Vector
ES Map/Set-compatible implementations with customizable equality semantics & supporting operations
Trie-based map data structure with prefix search/query support
production-ready data structures implementation in javascript & typescript.
Binary Merkle Tree operations on data
TypeScript library providing a trie (prefix tree) datastructure.
Minimal trie datastructure representation
An in-memory node.js autocomplete package based on the trie data structure, based off the autocomplete module