UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

13 lines (12 loc) 316 B
/** * @ignore * not part of public api, don't include in generated docs */ declare class CookieService { constructor(); get(name: string): string; set(name: string, cookieVal: string): void; remove(name: string): void; } declare const _default: CookieService; export default _default;