UNPKG

assets

Version:
7 lines (6 loc) 125 B
module.exports = function (current, addon) { if (current) { return current + '&' + addon; } return '?' + addon; };