UNPKG

lynx-framework

Version:

lynx is a NodeJS framework for Web Development, based on decorators and the async/await support.

5 lines (4 loc) 244 B
import { App } from '..'; export declare function TemplateFilter(name: string): (target: any) => void; export declare function TemplateFunction(name: string): (target: any) => void; export declare function initializeTemplating(app: App): void;