UNPKG

@ablestack/rdo

Version:

A library to facilitate building and running graphs of Reactive Domain Objects - connecting JSON data sources to reactive client applications

5 lines (4 loc) 146 B
export declare type PrimitiveType = string | number | boolean | bigint; export interface IEqualityComparer { (a: any, b: any): boolean; }