the-forest/client/node_modules/fetch-blob/file.d.ts
2024-09-17 20:35:18 -04:00

3 lines
102 B
TypeScript

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