UNPKG

bitcitawebfrontlib-ibsalut

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

7 lines (6 loc) 156 B
export declare class SessionSharedService { private data; constructor(); get(key: string): any; set(key: string, value: any): void; }