UNPKG

jweb

Version:

A typeScript httpServer support annotation

10 lines (7 loc) 310 B
export class BaseController { constructor() template (name: string, fileName: string, data?: object, options?: object): void templateValue (name: string, value: any): void templateValues (data: object): void show (fileName: string, contentKey?: string, withoutDefaultLayoutDir?: boolean): string }