UNPKG
@uk/tool
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Uk tools module
bitbucket.org/uk-framework/uk-db/
@uk/tool
/
dist
/
envconfig.d.ts
2 lines
(1 loc)
•
103 B
TypeScript
View Raw
1
2
export
declare
function
envConfig<TEnv, TCustom>(envConf: TEnv, customConf?: TCustom): TEnv & TCustom;