Skip to content

Instantly share code, notes, and snippets.

@ivoputzer
Last active February 17, 2017 20:44
Show Gist options
  • Save ivoputzer/37c8c122963ec79f03b0afa90c068476 to your computer and use it in GitHub Desktop.
Save ivoputzer/37c8c122963ec79f03b0afa90c068476 to your computer and use it in GitHub Desktop.
es6 flagged template strings require
const _require = ([module]) => require(module)
// usage
const {join, resolve} = _require `path`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment