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
/
throwIfNotAppropriateFactory.d.ts
6 lines
(5 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@description
* It throws if the provided factory has name property that is a string of zero length. */
export
declare
function
throwIfFactoryHasNoName
(
factory:
Function
):
void
;