DefinitelyTyped/types/ramda
Miika Hänninen 3de6da989a
Ramda: Replace Array<T> with ReadonlyArray<T> in input positions
Ramda never modifies its input arrays, so this allows the use of the
stricter ReadonlyArray<T>. All Array<T>s are compatible with
ReadonlyArray<T>, so this won't break them.

Return types are left as Array<T>, since the user should be free to do
what they want with the results.
2017-12-15 15:14:33 +02:00
..
index.d.ts Ramda: Replace Array<T> with ReadonlyArray<T> in input positions 2017-12-15 15:14:33 +02:00
ramda-tests.ts
tsconfig.json
tslint.json