UNPKG

@itrocks/framework

Version:

RAD framework for intuitive web application development, blending data and domain-driven design with modular architecture

8 lines (7 loc) 261 B
import { Template as T } from '@itrocks/template'; import { VariableParser } from '@itrocks/template'; export declare class Template extends T { doLiteral: boolean; parsers: VariableParser[]; applyLiterals(text: string, parts?: string[]): string; }