Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
delimiter: update ts definition
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed May 12, 2020
1 parent 38f6cbb commit 2159ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
## Trunk

Minor improvements:
* delimiter: update ts definition
* delimiter: new sample

## Version 4.9.0
Expand Down
1 change: 1 addition & 0 deletions test/api.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ describe('API Types', () => {
it('delimiter', () => {
const options: Options = {}
options.delimiter = ':'
options.delimiter = [':', ')']
options.delimiter = Buffer.from(':')
})

Expand Down

0 comments on commit 2159ab5

Please # to comment.