Skip to main content
Module

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

Alosaur - Deno web framework with many decorators
Go to Latest
File
export interface ViewRenderConfig{ type: 'dejs'; basePath: string;}