Skip to content

Instantly share code, notes, and snippets.

@ceilfors
Created July 5, 2018 06:21
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 ceilfors/c9c5dd7b6236e78cc619099c6e7c58fa to your computer and use it in GitHub Desktop.
Save ceilfors/c9c5dd7b6236e78cc619099c6e7c58fa to your computer and use it in GitHub Desktop.
better-dependency-injection-with-laconia
const handler = ({ env }) => { console.log(env.MY_ENV_VAR); };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment