has-template-literals





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