@fermyon/spin-sdk
    Preparing search index...

    Type Alias RouterType

    RouterType: {
        __proto__: RouterType;
        handle: (request: RequestLike, ...extra: any) => Promise<any>;
        routes: RouteEntry[];
    } & RouterHints