UNPKG

@sovgut/state

Version:

<p align="center"> <b>A lightweight, type-safe, and reactive state management library for modern web applications</b> </p>

5 lines (4 loc) 120 B
/** * The new value of the item, or null if it was removed. */ export type IStorageEventData<T = unknown> = T | null;