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.

5 lines (4 loc) 207 B
import { CharDescriptor } from "./chars"; declare function getCharDescriptor(char: string): CharDescriptor | null; declare function isObject(value: unknown): boolean; export { getCharDescriptor, isObject };