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 parseLiterals(serializeFn: typeof serialize): (fn: typeof parse, strings: TemplateStringsArray, ...exps: unknown[]) => Promise<string>; //# sourceMappingURL=parse-literals.d.ts.map