DefinitelyTyped/types/serialport
Ryan Cavanaugh 810a07b93e Correct spelling of parsers (#20018)
* 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
2017-09-26 14:04:54 +09:00
..
index.d.ts
serialport-tests.ts
tsconfig.json
tslint.json