mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-08 22:54:35 +00:00
* Correct spelling of parsers
```
C:\Throwaway\spp>node
> require('serialport').parsers
{ ByteLength: [Function: ByteLengthParser],
Delimiter: [Function: DelimiterParser],
Readline: [Function: ReadLineParser],
Ready: [Function: ReadyParser],
Regex: [Function: RegexParser] }
```
* Fix tests