UNPKG
@jiaxinjiang/nest-config
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Configuration component for NestJs.
@jiaxinjiang/nest-config
/
dist
/
config.helper.d.ts
2 lines
(1 loc)
•
140 B
TypeScript
View Raw
1
2
export
declare
function
applyParamsMetadataDecorator
(
paramsMetadata
:
any
[],
args
:
any
[],
fn
: (key:
string
, def?:
string
) =>
string
):
any
[];