UNPKG

@fancy-crud/bus

Version:

Utility package to use command responsibility segregation

4 lines (3 loc) 114 B
export declare function register<T>(identifier: T extends { name: string; } ? T : string, value?: any): void;