UNPKG

channelstate

Version:

A lightweight cross-context state management library built on the BroadcastChannel API.

4 lines (2 loc) 81 B
declare function shallow<T>(valueA: T, valueB: T): boolean; export { shallow };