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) 144 B
export declare class DocumentNotFoundError extends Error { selector: Record<string, any>; constructor(selector: Record<string, any>); }