UNPKG

@uppy/utils

Version:

Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

3 lines 202 B
import type { Meta } from './UppyFile.js'; export default function getAllowedMetaFields<M extends Meta>(fields: string[] | boolean, meta: M): string[]; //# sourceMappingURL=getAllowedMetaFields.d.ts.map