UNPKG

@lillallol/dic

Version:

My own dependency injection container.

6 lines (5 loc) 186 B
/** * @description * It throws if the provided factory has name property that is a string of zero length. */ export declare function throwIfFactoryHasNoName(factory: Function): void;