tags for template literals
background details relevant to understanding what this module does
description of the example
const templateLiteralTags = require('template-literal-tags');
console.log({templateLiteralTags});
This will output
With npm installed, run
npm install --save template-literal-tags
MIT