UNPKG

desi-mongoose

Version:

A fun and intuitive MongoDB ODM for Node.js with a Hinglish twist

8 lines (7 loc) 234 B
export declare class DesiError extends Error { code?: string | undefined; constructor(message: string, code?: string | undefined); } export declare class ValidationError extends DesiError { constructor(message: string); }