UNPKG

mongoosastic-ts

Version:

A mongoose plugin that indexes models into elastic search

3 lines (2 loc) 183 B
import { MongoosasticPluginOpts, MongoosasticSchema } from './types'; export declare function mongoosastic(schema: MongoosasticSchema<any>, pluginOpts: MongoosasticPluginOpts): void;