demethodize = Function.prototype.bind.bind(Function.prototype.call); | |
concat = demethodize(Array.prototype.concat); | |
curry = demethodize(Function.prototype.bind); | |
map = demethodize(Array.prototype.map); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment