LogoRobo.js
Framework

createTrieIndex()

Function: createTrieIndex()

function createTrieIndex(): Index<string>

Create a trie-based index for prefix matching and autocomplete.

Returns

Index<string>

On this page