Skip to content

Commit

Permalink
Merge pull request #4 from xtuc/danez-patch-1
Browse files Browse the repository at this point in the history
Add tab character
  • Loading branch information
xtuc committed Dec 13, 2018
2 parents 78aa730 + a939417 commit 601fd64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/charcodes/README.md
@@ -1,6 +1,7 @@
## Exports

- Constant number `backSpace`
- Constant number `tab`
- Constant number `lineFeed`
- Constant number `carriageReturn`
- Constant number `shiftOut`
Expand Down
1 change: 1 addition & 0 deletions packages/charcodes/src/index.js
@@ -1,6 +1,7 @@
// @flow

export const backSpace = 8;
export const tab = 9; // '\t'
export const lineFeed = 10; // '\n'
export const carriageReturn = 13; // '\r'
export const shiftOut = 14;
Expand Down

0 comments on commit 601fd64

Please sign in to comment.