DefinitelyTyped/types/dotenv-safe/dotenv-safe-tests.ts
2018-04-19 11:07:30 -07:00

14 lines
234 B
TypeScript

import env = require("dotenv-safe")
env.load({
allowEmptyValues: true,
path: "/foo/bar/baz.env",
sample: "/foo/bar/qux.env"
})
env.config({
allowEmptyValues: true,
path: "/foo/bar/baz.env",
sample: "/foo/bar/qux.env"
})