UNPKG

js-search

Version:

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

8 lines (5 loc) 269 B
// @flow export { AllSubstringsIndexStrategy } from './AllSubstringsIndexStrategy'; export { ExactWordIndexStrategy } from './ExactWordIndexStrategy'; export { PrefixIndexStrategy } from './PrefixIndexStrategy'; export type { IIndexStrategy } from './IndexStrategy';