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