Skip to content

Instantly share code, notes, and snippets.

@grant
Created August 13, 2021 01:23
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 grant/82cb404b8520eeb16a61c2448a07e6ce to your computer and use it in GitHub Desktop.
Save grant/82cb404b8520eeb16a61c2448a07e6ce to your computer and use it in GitHub Desktop.
export function esm(req, res) {
res.send(`Hello, ${MY_CONST}!`);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment