UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 199 B
/** * Returns a string with the cookie’s value * @param {string } name The name of the cookie * @return {string} The cookie's valie */ export declare const getCookie: (name: string) => string;