mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-06 09:10:30 +00:00
* Ramda: accept ReadonlyArray<U> in chain The return value of the `fn` parameter in chain is an input value for chain, so it should be a looser type than `[]` * Ramda: accept nested ReadonlyArrays in flatten