UNPKG

my-test123

Version:
9 lines (8 loc) 203 B
export declare class CookieService { constructor(); setCookie(cName: string, cValue: Array<any>): void; getCookie(itemLength: Number): { status: boolean; array: any; }; }