Détail du package

has-template-literals

inspect-js281MIT1.0.1

Determine if the JS environment has template literal support.

template literal, interpolation, interpoliteral, backtick

readme

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