UNPKG

qm-legacy

Version:

Legacy support for our utility scripts implementing async, functional, and immutable JavaScript.

4 lines (3 loc) 84 B
module.exports = function prefixWith(prefix) { return (x) => `${prefix}${x}`; }