Remove absolute paths

This commit is contained in:
CrazyMax
2020-04-08 00:33:20 +02:00
parent ff47e64685
commit fce5f2e313
342 changed files with 6646 additions and 7223 deletions
+3 -1
View File
@@ -7,7 +7,7 @@
## Install
```
$ npm install --save decompress
$ npm install decompress
```
@@ -66,6 +66,8 @@ decompress('unicorn.zip', 'dist', {
});
```
*Note that in the current implementation, **`filter` is only applied after fully reading all files from the archive in memory**. Do not rely on this option to limit the amount of memory used by `decompress` to the size of the files included by `filter`. `decompress` will read the entire compressed file into memory regardless.*
##### map
Type: `Function`