UNPKG

@jrmc/adonis-attachment

Version:

Turn any field on your Lucid model to an attachment data type

15 lines (14 loc) 355 B
/** * @jrmc/adonis-attachment * * @license MIT * @copyright Jeremy Chaufourier <jeremy@chaufourier.fr> */ export * from './attachment.js'; export * from './config.js'; export * from './converter.js'; export * from './input.js'; export * from './mixin.js'; export * from './regenerate.js'; export * from './service.js'; export * from './metadata.js';