UNPKG

@expander/mongoose-tracker

Version:

Is a mongoose plugin that automatically keeps track of when the document has been created, updated and optionally when some fields have been modified

5 lines (4 loc) 182 B
import { Schema } from 'mongoose'; import { Options } from './interfaces'; declare const mongooseTracker: (schema: Schema, options: Options) => void; export default mongooseTracker;