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@v1.14.1/mod.ts";

Interface describing implementation of an interceptor.

Methods

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