UNPKG

astroboy

Version:

Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.

15 lines (14 loc) 394 B
import { IContextView } from '../../contract'; declare const RENDER: unique symbol; declare const GET_VIEW_ENGINE: unique symbol; export declare class ContextView implements IContextView { private ctx; private app; private viewManager; private config; constructor(ctx: any); render(...args: any[]): any; private [RENDER]; private [GET_VIEW_ENGINE]; } export {};