selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

intersection function is missing #16

Closed kevinbeal closed 6 years ago

kevinbeal commented 6 years ago
import { intersection } from 'rambdax';
console.debug(intersection); // > undefined
selfrefactor commented 6 years ago

Sorry for the very delayed response. It is a nice catch as the reason was missing the line in rambdax.js file. The new version will fix this issue.