UNPKG

@d3vtool/ex-frame

Version:

This library enhances Express.js by providing a more organized structure for web API projects, along with improved control and error handling capabilities.

4 lines (3 loc) 375 B
export declare const InjectTransient: () => (_targetFn: any, _propertyKey?: string, descriptor?: PropertyDescriptor) => void; export declare const InjectScoped: () => (_targetFn: any, _propertyKey?: string, descriptor?: PropertyDescriptor) => void; export declare const InjectSingleton: () => (_targetFn: any, _propertyKey?: string, descriptor?: PropertyDescriptor) => void;