UNPKG

base-nestjs-app

Version:

Nestjs wrapper for creation of standarized apps

4 lines (3 loc) 248 B
import { FastifyAdapter } from '@nestjs/platform-fastify'; import { BaseNestJsServerOptions } from 'src/types'; export declare function processCompression(adapter: FastifyAdapter, serverOptions: BaseNestJsServerOptions | undefined): Promise<void>;