UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

5 lines (4 loc) 169 B
/** * Memoization that works with deep equal for objects we don't know the exact structure of */ export declare function useDeepEqualMemo<T>(value: T): T | undefined;