RunKit + npm:

node v18.11.0
endpointsharetweet
const { dedent } = require('ts-dedent') const a = dedent` hello world `; const b = dedent` foo. ${a} bar. `;
Created from: https://npm.runkit.com/
Loading…