UNPKG

@se-fe/utils

Version:
4 lines (3 loc) 223 B
export declare const setCookie: (name: string, value: string, hours?: number, path?: string) => void; export declare const getCookie: (name: string) => string | null; export declare const delCookie: (name: string) => void;