UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

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