UNPKG

@thisismissem/adonisjs-respond-with

Version:

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

11 lines (10 loc) 342 B
/* |-------------------------------------------------------------------------- | Package entrypoint |-------------------------------------------------------------------------- | | Export values from the package entrypoint as you see fit. | */ export { configure } from './configure.js'; export { defineConfig } from './src/define_config.js';