UNPKG

worker-url

Version:
10 lines 215 B
type WorkerUrlOptions = & WorkerOptions & { /** Override original url */ customPath?: () => URL; }; export declare const WorkerUrl: { prototype: URL; new(scriptURL: URL, options?: WorkerUrlOptions): URL; };