Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.js Secret

Created May 27, 2020 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasramp/de9cd925b7e816268a5f67d965534fc2 to your computer and use it in GitHub Desktop.
Save kasramp/de9cd925b7e816268a5f67d965534fc2 to your computer and use it in GitHub Desktop.
import { config } from "https://deno.land/x/dotenv/mod.ts";
console.log(config().USERNAME);
console.log(config().PASSWORD);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment