Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.85 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.85 KB

has-template-literals Version Badge

github actions coverage 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