Skip to main content
Module

x/alosaur/src/models/view-render-config.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
export interface ViewRenderConfig { type: string; basePath: string; getBody: (path: string, model: Object, config: ViewRenderConfig) => any;}