UNPKG

luxi-record-utils

Version:
4 lines (3 loc) 201 B
export declare function setCookie(key: string, value: string, d?: number): void; export declare function getCookie(key: string): string | null; export declare function removeCookie(key: string): void;