Files
DefinitelyTyped/types/ramda
Miika Hänninen 4ab4a67990 Ramda: Fix splitAt signature
- `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
2017-12-28 10:52:30 +02:00
..
2017-12-28 10:52:30 +02:00
2017-12-28 10:52:30 +02:00