UNPKG

@opra/client

Version:
12 lines (11 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.urlPath = urlPath; function urlPath(strings, ...values) { let str = ''; let i; for (i = 0; i < strings.length; i++) { str += strings[0] + encodeURIComponent(values[i]); } return str; }