UNPKG

nosqlax

Version:

NoSQLax is a lightweight JavaScript library designed to simplify and streamline CRUD operations with CouchDB. NoSQLax provides a unified and intuitive repository pattern to handle your data effortlessly.

5 lines (4 loc) 110 B
export declare class ValidationError extends Error { details: string; constructor(details: string); }