UNPKG

@lionrockjs/central

Version:

Node.js MVC framework inspire from PHP Kohana Framework

6 lines (5 loc) 169 B
import { View } from '@lionrockjs/mvc'; export default class JSONView extends View { constructor(placeholder?: string, data?: any); render(): Promise<string>; }