UNPKG

fabric8-planner

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