UNPKG

js-search

Version:

JS Search is an efficient, client-side search library for JavaScript and JSON objects

7 lines (4 loc) 180 B
// @flow export { TfIdfSearchIndex } from './TfIdfSearchIndex'; export { UnorderedSearchIndex } from './UnorderedSearchIndex'; export type { ISearchIndex } from './SearchIndex';