UNPKG
nestjs-dotenv
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.0.1
NestJS .env config Module
github.com/AlariCode/nestjs-dotenv
AlariCode/nestjs-dotenv
nestjs-dotenv
/
dist
/
config.module.d.ts
5 lines
(4 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
import
{
DynamicModule
}
from
'@nestjs/common'
;
export
declare
class
ConfigModule
{
static
forRoot
(
path
?:
string
):
DynamicModule
; }