UNPKG

@jrmc/adonis-attachment

Version:

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

10 lines 343 B
/** * @jrmc/adonis-attachment * * @license MIT * @copyright Jeremy Chaufourier <jeremy@chaufourier.fr> */ import { Meta } from '../types/input.js'; export declare function metaFormBuffer(input: Buffer): Promise<Meta>; export declare function metaFormFile(input: string, filename: string): Promise<Meta>; //# sourceMappingURL=meta.d.ts.map