Skip to main content
Module

x/oak_nest/mod.ts>NestInterceptor

Refer to nestjs to realize some common functions for Deno
Go to Latest
interface NestInterceptor
import { type NestInterceptor } from "https://deno.land/x/oak_nest@v2.0.0/mod.ts";

Interface describing implementation of an interceptor.

Methods

intercept(
context: Context,
next: Next,
): Promise<any>