UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

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