DefinitelyTyped/dotenv/dotenv-tests.ts
2016-05-10 12:22:25 -07:00

15 lines
152 B
TypeScript

import dotenv = require('dotenv');
dotenv.config({
silent: true
});
dotenv.config({
path: '.env'
})
dotenv.config({
encoding: 'utf8'
})