UNPKG

@push.rocks/smartntml

Version:

Provides lit-html rendering capabilities for backend applications.

6 lines (5 loc) 228 B
import * as plugins from './smartntml.plugins.js'; export declare class Smartntml { constructor(); renderTemplateResult(templateResult: plugins.deesElement.TemplateResult, stripCommentsArg?: boolean): Promise<string>; }