UNPKG
krispy
Version:
latest (2.0.0)
2.0.0
1.0.0
Basic synchronous dependency injector
github.com/arcticzeroo/krispy
arcticzeroo/krispy
krispy
/
dist
/
lib
/
decorators.d.ts
2 lines
(1 loc)
•
74 B
TypeScript
View Raw
1
2
declare
function
inject
(
...
items
:
Function
[]
):
(
Class
:
Function
) =>
any
;