mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 22:40:50 +08: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