UNPKG

ngrx-forms

Version:

Proper integration of forms in Angular 4 applications using ngrx

6 lines (5 loc) 239 B
export declare function isEmpty(obj: object): boolean; export interface DeepEqualsOptions { treatUndefinedAndMissingKeyAsSame?: boolean; } export declare function deepEquals<T>(_1: T, _2: T, options?: DeepEqualsOptions): boolean;