UNPKG

ice-utilities

Version:

Utilities for manage arrays, breadcrumb, dom elements, dates, injectors, local storage, login, objects, router animations, router, session storage, strings and translate utilities, encryption, for angular 6+ with ECMAScript 6 - ECMAScript 2015

7 lines (6 loc) 226 B
export declare abstract class LocalStorageUtils { private static codeKey; static setStorage(key: string, value: any): void; static deleteStorage(key: string): void; static getstorage(key: string): any; }