UNPKG

simpleddp-node

Version:

The aim of this library is to simplify the process of working with meteor server over DDP protocol using external JS environments

2 lines (1 loc) 111 B
export declare const isEqual: <T1 extends any[] | {}, T2 extends any[] | {}>(value: T1, other: T2) => boolean;