UNPKG

59 BJavaScriptView Raw
1export function join(...args) {
2 return args.join("/");
3}