Pinned Loading
-
-
Typescript decorator to analyse erro...
Typescript decorator to analyse errors (abstraction try catch) 1type HandlerFunction = (error: Error, ctx: any) => void;
23// Default handler function
4const handlerDefault = (err: Error, ctx: any) => {
5// Disable Errors in Production
-
Typescript decorator to execute othe...
Typescript decorator to execute other decorator in all methods or specific methods 1import 'reflect-metadata';
23export interface DecorateAllOptions {
4deep?: boolean;
5exclude?: string[];
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.