UNPKG

@lyleunderwood/filereader-polyfill

Version:

W3C File API specification compliant FileReader polyfill for Node.js environments

5 lines 348 B
import { File as FilePolyfill } from './File'; import { FileReader as FileReaderPolyfill } from './FileReader'; export { FilePolyfill as File, FileReaderPolyfill as FileReader }; export type { BlobPart, FilePropertyBag, EventHandler, ProgressEvent, IFileReader, IFile, NodeFile, FileReaderState } from './types'; //# sourceMappingURL=index.d.ts.map