mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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
|
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| serialport-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||