UNPKG

281 BTypeScriptView Raw
1import { BodyParserConfig, BodyParserOptionalConfig } from './types.js';
2/**
3 * Define config for the bodyparser middleware. Your defined config will be
4 * merged with the default config
5 */
6export declare function defineConfig(config: BodyParserOptionalConfig): BodyParserConfig;