UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

7 lines (5 loc) 168 B
/** * @example import { tagged as html } from 'foxts/tagged'; */ declare function tagged(string: TemplateStringsArray, ...values: any[]): string; export { tagged };