UNPKG

ga-lite

Version:

Small, cacheable subset of Google Analytics JS client

6 lines (4 loc) 185 B
export default function getOptionalStr(key, values = []) { if (!key || values.indexOf(undefined) > -1) return '' return '&' + key + '=' + values.map(encodeURIComponent).join('') }