Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 490 Bytes

deno-dotenv

Build Status

Usage

import dotenv from "https://raw.githubusercontent.com/cardosomarcos/deno-dotenv/master/index.ts";

const env = dotenv();

console.log({ username: env.DB_USERNAME });

Contribution F.A.Q

How to resolve Cannot find module 'deno'.?

Generate deno type definitions with the command bellow.

make setup