Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oak_nest/src/factorys/nest.factory.ts>ApplicationEx

Refer to nestjs to realize some common functions for Deno
Go to Latest
type alias ApplicationEx
import { type ApplicationEx } from "https://deno.land/x/oak_nest@v1.14.0/src/factorys/nest.factory.ts";
definition: Application & { setGlobalPrefix: Router.prototype.setGlobalPrefix; routes: Router.prototype.routes; get: Router.prototype.get; use: Router.prototype.use; useGlobalInterceptors: Router.prototype.useGlobalInterceptors; disableGetComputeEtag: Router.prototype.disableGetComputeEtag; useStaticAssets: NestFactory.useStaticAssets; router: Router; }