UNPKG

multitude

Version:

Comprehensive streams for push and pull

5 lines (4 loc) 263 B
import { Push } from "../../../definitions"; import { BinaryFn } from 'type-core'; export declare type CompareStrategy = 'strict' | 'shallow' | 'deep'; export declare function compare<T>(strategy?: CompareStrategy | BinaryFn<[T, T], boolean>): Push.Operation<T>;