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[];
78 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More