UNPKG

search-index

Version:

A network resilient, persistent full-text search library for the browser and Node.js

12 lines (10 loc) 247 B
import { SearchIndex as _SearchIndex } from '../SearchIndex.js' import { ClassicLevel } from 'classic-level' export class SearchIndex { constructor (ops = {}) { return new _SearchIndex({ Level: ClassicLevel, ...ops }) } }