We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expand
1 parent a350d81 commit ffbfaadCopy full SHA for ffbfaad
lib/core.js
@@ -532,7 +532,7 @@ Archiver.prototype.append = function(source, data) {
532
* and {@link TarEntryData}.
533
* @param {(String|Array)} mappings[].src Pattern(s) to match, relative to the `cwd`.
534
* @param {String} mappings[].dest Destination path prefix.
535
- * @param {String} mappings[].expand Process a dynamic src-dest file mapping.
+ * @param {Boolean} mappings[].expand Process a dynamic src-dest file mapping.
536
* @param {String} mappings[].cwd All `src` matches are relative to (but don't include)
537
* this path. requires `expand`.
538
* @param {String} mappings[].ext Replace any existing extension with this value in
0 commit comments