the-forest/client/node_modules/fetch-blob/file.d.ts

3 lines
102 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
/** @type {typeof globalThis.File} */ export const File: typeof globalThis.File;
export default File;