UNPKG

qm-legacy

Version:

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

3 lines 83 B
module.exports = function suffixWith(suffix) { return (x) => `${x}${suffix}`; }