mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-18 14:52:46 +00:00
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
import env = require("dotenv-safe")
|
|
|
|
env.config({
|
|
allowEmptyValues: true,
|
|
path: "/foo/bar/baz.env",
|
|
sample: "/foo/bar/qux.env"
|
|
})
|