UNPKG

@ema/js-base-library

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.

6 lines (5 loc) 207 B
export declare class Storage { static saveLocalModel(model: any, modelName?: string): void; static restoreLocalModel(modelName?: string): any; static flushLocalModel(modelName?: string): void; }