Tagged Template Literals
Tagged Template Literals is a base library to make your packages simpler. See the usage for example usage.
Installation
npm install --save tagged-template-literals
API
Examples
{ if strings && stringsraw throw 'Only template strings are supported' return } const dangerous = '<script></script>'const escaped = console // true
License
This project is licensed under the terms of MIT License, see the LICENSE file for more info