UNPKG

@squareboat/nest-eyewitness

Version:

A simple easy-to-use package to receive error reports directly to your inbox whenever any exception is witnessed 👀 in your NestJS application.

4 lines (3 loc) • 64 B
export interface EyewitnessContract { report(): Array<any>; }