UNPKG

base-nestjs-app

Version:

Nestjs wrapper for creation of standarized apps

4 lines (3 loc) 239 B
import { FastifyInstance } from 'fastify'; import { BaseNestJsServerOptions } from 'src/types/base-nestjs-app-options'; export declare function addGetBodyHook(instance: FastifyInstance, options: BaseNestJsServerOptions | undefined): void;