UNPKG
express-companion
Version:
latest (0.0.4-development)
1.0.0
0.0.4-development
0.0.3
0.0.1
Companion server for Express
express-companion.github.io
abutahermuhammad/express-companion
express-companion
/
dist
/
modules
/
dotenv
/
index.d.cts
7 lines
(5 loc)
•
121 B
text/typescript
View Raw
1
2
3
4
5
6
7
interface
IEnv
{ [key:
string
]:
string
; }
declare
function
loadEnv
(
):
IEnv
; export { loadEnv
as
default
, loadEnv };