UNPKG

mongoose-update-if-current

Version:
8 lines (5 loc) 212 B
import { Schema } from 'mongoose'; export declare function updateIfCurrentPlugin(schema: Schema, options?: PluginOptions): void; export declare interface PluginOptions { strategy?: 'version' | 'timestamp'; }