UNPKG

fast-controllers

Version:

class based controllers, and implied folder route mapping for Fastify

7 lines (6 loc) 275 B
import fastControllers from './fastControllers'; export default fastControllers; export { fastControllers }; export { default as FastController } from './FastController'; export { default as SecureFastController } from './SecureFastController'; export * from './exceptions';