mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-31 16:40:02 +00:00
Use "generic rest parameters" in TypeScript 3.0 to describe `Parsimmon.seq` and extend `Parsimmon.seqMap` to 10 parameters. Because it's not possible to type `Parsimmon.seqMap` without removing the last parameter type from the generic rest type.