UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

3 lines 149 B
/** * @example import { tagged as html } from 'foxts/tagged'; */function e(r,...t){return r.reduce((e,r,n)=>e+r+(t[n]??""),"")}export{e as tagged};