UNPKG

lit-ntml

Version:

Inspired by lit-html but for Node.js

3 lines 252 B
import type { parse, serialize } from 'parse5'; export declare function parseLiteralsSync(serializeFn: typeof serialize): (fn: typeof parse, strings: TemplateStringsArray, ...exps: unknown[]) => string; //# sourceMappingURL=parse-literals-sync.d.ts.map