UNPKG

@larscom/ngrx-store-storagesync

Version:

Highly configurable state sync library between localStorage/sessionStorage and @ngrx/store (Angular)

4 lines (3 loc) 190 B
export declare const isObjectLike: (value: any) => boolean; export declare const isPlainObject: (value: any) => boolean; export declare const isPlainObjectAndEmpty: (value: any) => boolean;