UNPKG
stepdad
Version:
latest (1.0.2-3)
next (1.0.2-2)
1.0.2-3
1.0.2-2
1.0.2-1
1.0.2-0
1.0.1
Stupid simple and lightweight dependency injection
github.com/mikro/stepdad
mikro/stepdad
stepdad
/
dist
/
decorators
/
Param.d.ts
3 lines
(2 loc)
•
122 B
TypeScript
View Raw
1
2
3
export
declare
const
Param
:
any
;
export
declare
function
parseFunctionParameterNames
(
fn
:
Function
):
string
[] |
undefined
;