export const notSoIifi = ()=>{ return `I'm "annoying" ${"in case we need to test \`string\` escaping.''"}`; } console.log(notSoIifi());