UNPKG

salsify-experiences-sdk

Version:

SDK to be used by commerce websites to implement product experiences.

4 lines (3 loc) 226 B
export declare function getCookie(key: string): string | undefined; export declare function setCookie(key: string, value: string, expires?: string, age?: string): void; export declare function deleteCookie(key: string): void;