typed-typings / npm-ramda

TypeScript's type definitions for Ramda
MIT License
384 stars 64 forks source link

R.includes is not include here. #422

Closed NathanLi closed 5 years ago

NathanLi commented 5 years ago

https://github.com/ramda/ramda/blob/v0.26.1/source/includes.js

robations commented 5 years ago

@NathanLi does this now exist? Because I don't see it either...

Context for anyone looking at this: contains has been renamed includes to bring it more in line with native Array methods. contains is deprecated since 0.26.

NathanLi commented 5 years ago

This types is typing compatible with ramda@0.25.0 and typescript@~2.9.2. So we can't see it here.

robations commented 5 years ago

Ah, I see :) Looks like quite a few changes in 0.26.