UNPKG

base-nestjs-app

Version:

Nestjs wrapper for creation of standarized apps

4 lines (3 loc) 191 B
import { INestApplication } from '@nestjs/common'; import { BaseNestjsOptions } from '../types'; export declare function processCors(app: INestApplication, options: BaseNestjsOptions): void;