UNPKG

@jrmc/adonis-attachment

Version:

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

4 lines 232 B
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