UNPKG
@lillallol/dic
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.0
My own dependency injection container.
github.com/lillallol/dic
lillallol/dic
@lillallol/dic
/
dist
/
Dic
/
validateNumberOfDependencies.d.ts
6 lines
(5 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@description
* Throws error if the provided dependencies array has different length than the provided factory. */
export
declare
function
validateNumberOfDependencies
(
dependencies
:
symbol
[],
factory
:
Function
):
void
;