maybe-include
Include a string in a template literal, if a condition is truthy
Installation
npm install --save maybe-include
Usage
const food = 'sushi'const drink = 'tea' console//=> "i like sushi" console//=> "i like tea too" console//=> "to be or not to be?"
License
This project is licensed under the MIT License