UNPKG
@codemask-labs/node-config
Version:
latest (2.1.0)
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
Node Config Module
github.com/codemask-labs/node-config
codemask-labs/node-config
@codemask-labs/node-config
/
dist
/
utils
/
to-value-by-type.d.ts
2 lines
(1 loc)
•
93 B
TypeScript
View Raw
1
2
export
declare
const
toValueByType
:
(
type
:
any
,
value
:
string
) =>
string
|
number
|
boolean
;