UNPKG

mongoose-transaction-plugin

Version:

A mongoose plugin for transaction-like semantics between multiple documents.

6 lines (5 loc) 203 B
import * as mongoose from 'mongoose'; export declare class ObjectId { static str(timestamp: number, inc?: number): string; static get(timestamp: number, inc?: number): mongoose.Types.ObjectId; }