UNPKG

@a11ywatch/core

Version:
6 lines (5 loc) 132 B
interface AppCookie { jwt?: string; } export declare function parseCookie(cookiesString?: string): AppCookie | null; export {};