deployphp/node_modules/fetch-blob/file.d.ts
2023-01-10 16:49:41 +01:00

3 lines
102 B
TypeScript

/** @type {typeof globalThis.File} */ export const File: typeof globalThis.File;
export default File;