UNPKG

worker-url

Version:
7 lines (6 loc) 156 B
export function WorkerUrl(url, options) { if (!options) return url; const { customPath } = options; if (!customPath) return url; return customPath(); }