UNPKG

@sigi/ssr

Version:

Server side rendering support for sigi framework

2 lines (1 loc) 218 B
export declare function match<Ctx>(routers: string[], pathFactory: (ctx: Ctx) => string): <T>(payloadGetter: (ctx: Ctx, skip: symbol) => symbol | T | Promise<T>) => (ctx: Ctx, skip: symbol) => symbol | T | Promise<T>;