Skip to content

Determine if the JS environment has template literal support

License

Notifications You must be signed in to change notification settings

inspect-js/has-template-literals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Determine if the JS environment has template literal support

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks