UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

6 lines (5 loc) 179 B
/** * Deletes the stored value for the given key. If the key does not exist, the method has no effect. * @param {string} key */ export declare function remove(key: any): void;