1.0.1 • Published 3 years ago

has-template-literals v1.0.1

Weekly downloads
89
License
MIT
Repository
github
Last release
3 years ago

has-template-literals Version Badge

dependency status dev dependency status License Downloads

npm badge

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