UNPKG

kinde-angular

Version:

Angular wrapper for the Kinde TypeScript SDK

7 lines (6 loc) 284 B
import * as Cookies from 'es-cookie'; export declare class CookieManager { static getCookie(name: string): string | undefined; static setCookie(name: string, value: string, options?: {}): void; static deleteCookie(name: string, options: Cookies.CookieAttributes): void; }