UNPKG

ts-router

Version:

koa router middleware, typescript fully supported, jersey like coding

14 lines (13 loc) 256 B
declare class Cookie { content: string; path: string; secure: boolean; httpOnly: boolean; private _expires; private _maxAge; constructor(); expires: Date; maxAge: number; toString(): string; } export default Cookie;