UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

9 lines (8 loc) 187 B
/** * Transform the cookie headers of a node HTTP `req` Object into a hash. */ export declare function parseCookies(req: { headers: { [key: string]: any; }; }): object;