jaydenseric / extract-files

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 instance arrays. Files are typically File and Blob instances.
https://npm.im/extract-files
MIT License
56 stars 23 forks source link

fix check for objects. Handles dates as primitives #9

Closed loremaps closed 5 years ago

loremaps commented 5 years ago

Improved check for objects, so dates are handled correctly. Fixes jaydenseric/apollo-upload-client#138

jaydenseric commented 5 years ago

Thanks 🙌

jaydenseric commented 5 years ago

Published in v5.0.1 🚀