Hey @selfrefactor me again—it's been a while!
Would you mind making all exported functions modules—so they can be imported separately?
The functions that are currently only declared in rambda.js are:
I would like to be able to import these functions from the lib like so:
import identity from 'rambda/lib/identity'
Hey @selfrefactor me again—it's been a while!
Would you mind making all exported functions modules—so they can be imported separately?
The functions that are currently only declared in
rambda.jsare:alwayscomplementFidentitynotTtrimI would like to be able to import these functions from the
liblike so: