UNPKG

tranxpress

Version:

A smart async wrapper for Express with MongoDB transaction support.

6 lines (5 loc) 134 B
export declare class MongoHandledError extends Error { statusCode: number; originalError: any; constructor(error: any); }