UNPKG

@fastify/flash

Version:
9 lines (8 loc) 239 B
type ReplyReturn = { [k: string]: string[] | undefined; } | string[]; export declare function flashFactory(): { request(type: string, ...message: string[] | [string[]]): number; reply(type?: string): ReplyReturn; }; export {};