UNPKG
@shons/next-configify
Version:
latest (1.0.1)
1.0.1
NestJS Config on Next Steroids
github.com/shonbir/next-configify
shonbir/next-configify
@shons/next-configify
/
dist
/
src
/
configuration
/
parsers
/
index.d.ts
5 lines
(4 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./configuration-parser.factory'
;
export
*
from
'./dotenv-configuration.parser'
;
export
*
from
'./json-configuration.parser'
;
export
*
from
'./yaml-configuration.parser'
;