UNPKG

blackbird-server

Version:
12 lines (11 loc) 354 B
module.exports = (function ({invoker, prop}) { return { split: invoker(1, "split"), trim: invoker(0, "trim"), indexOf: invoker(1, "indexOf"), length: prop("length"), replace: invoker(2, "replace"), match: invoker(1, "match"), toLowerCase: invoker(0, "toLowerCase") }; }(require("ramda")));