UNPKG

@fancy-crud/bus

Version:

Utility package to use command responsibility segregation

5 lines (4 loc) 143 B
export declare function inject<T>(provider: T extends string ? T : { name: string; }): any; export declare const injecting: typeof inject;