Skip to content

Commit

Permalink
update keepEscaping doc (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
vemoo authored and jonschlinkert committed Jun 16, 2019
1 parent 3f8e7ff commit 665ab5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,13 @@ console.log(braces('a/b{1,3}/{x,y,z}', {quantifiers: true, expand: true}));
//=> [ 'a/b{1,3}/x', 'a/b{1,3}/y', 'a/b{1,3}/z' ]
```

### options.unescape
### options.keepEscaping

**Type**: `Boolean`

**Default**: `undefined`

**Description**: Strip backslashes that were used for escaping from the result.
**Description**: Do not strip backslashes that were used for escaping from the result.

## What is "brace expansion"?

Expand Down

0 comments on commit 665ab5d

Please sign in to comment.