@jrmc/adonis-attachment
Version:
Turn any field on your Lucid model to an attachment data type
15 lines • 390 B
TypeScript
/**
* @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';
//# sourceMappingURL=index.d.ts.map