extract-files icon indicating copy to clipboard operation
extract-files copied to clipboard

A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File inst...

Results 1 extract-files issues
Sort by recently updated
recently updated
newest added

Version 13.0.0 I get in the new version the error: ``` /node_modules/apollo-upload-client/node_modules/extract-files/extractFiles.mjs(141,30) TS2488: Type 'any[] | FileList' must have a '[Symbol.iterator]()' method that returns an iterator. ``` It seems like...