UNPKG

datum-focus

Version:

Data shape, model, metadata, JSON, JSON Schema, GraphQL, MongoDB query and aggregations, iterator generators

7 lines 221 B
export interface ErrorInfo { what: string; // what function failed who: string; // class/module when: string; // process description where: string; // line number/stack trace why: string; // error code/message }