UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

7 lines (6 loc) 200 B
/** * Gets the stored value for the given key. If the key does not exist, it returns an empty string. * @param {string} key * @return {string} */ export declare function get(key: string): string;