UNPKG

@imranbarbhuiya/mongoose-fuzzy-searching

Version:
7 lines (6 loc) 303 B
import { Schema } from "mongoose"; import { PluginSchemaOptions } from "./types"; export { confidenceScore, sort } from "./helpers/db/search"; export { MongoosePluginModel } from "./types"; declare const plugin: (schema: Schema, { fields, options }: PluginSchemaOptions) => void; export default plugin;