Determine if the JS environment has template literal support.
var hasTemplateLiterals = require('has-template-literals');
hasTemplateLiterals() === true; // if the environment has native template literal support.
Simply clone the repo, npm install
, and run npm test