UNPKG

@worker-tools/router

Version:

A router for Worker Runtimes such as Cloudflare Workers and Service Workers.

9 lines (8 loc) 263 B
declare class AggregateErrorPolyfill extends Error { #private; get name(): string; get errors(): unknown[]; constructor(errors: Iterable<unknown>, message?: string); } export declare const AggregateError: typeof AggregateErrorPolyfill; export {};