UNPKG

@thisismissem/adonisjs-respond-with

Version:

A small plugin for Adonis.js to make responding with different content-types easier.

6 lines (5 loc) 191 B
import type { RespondWithConfig } from './types.js'; /** * Define the config for respondWith */ export declare function defineConfig(config: Partial<RespondWithConfig>): RespondWithConfig;