UNPKG

use-on-demand

Version:
8 lines 446 B
export declare class xX_CookieHelper { static setCookie(name: string, value: string, exdays: number, path: string, domain: string): void; static getCookie(name: string): string; static clearCookie(name: string, domain: string): void; } export declare function xX_quickSave(key: string, _value: string, domain?: string): void; export declare function xX_quickGet(name: string): string; //# sourceMappingURL=CookieHelper.d.ts.map