mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
- `splitAt` accepts either arrays or strings, not any arbitrary T. - the output will always be an array of two elements, so switched to using the tuple syntax there. - ensures that the overloading after first partial application works http://ramdajs.com/docs/#splitAt fixup splitat