Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.15.0/mod.ts";

Interface describing implementation of an interceptor.

Methods

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