UNPKG

@ogs-gmbh/ngx-template-engine

Version:

A library providing a flexible and efficient template engine for dynamic content rendering. It enables easy integration of customizable templates within Angular applications.

4 lines (3 loc) 97 B
import { Ast } from "./ast"; declare function parseAst(value: string): Ast; export { parseAst };