bunway
    Preparing search index...

    Type Alias FormatFn

    FormatFn: (
        tokens: TokenRegistry,
        req: BunRequest,
        res: BunResponse,
        meta: RequestMeta,
    ) => string

    Type Declaration