is-tagged
Check whether a function call is initiated by a tagged template string or invoked in a regular way
Installation
npm install --save is-tagged
Usage
const isTagged = { return } // falsefn`bar` // true
Check whether a function call is initiated by a tagged template string or invoked in a regular way
npm install --save is-tagged
const isTagged = { return } // falsefn`bar` // true
npm i is-tagged
4
1.0.2
MIT