UNPKG

@lillallol/dic

Version:

My own dependency injection container.

6 lines (5 loc) 226 B
/** * @description * Throws error if the provided dependencies array has different length than the provided factory. */ export declare function validateNumberOfDependencies(dependencies: symbol[], factory: Function): void;