Snapshot<T> typedef

Snapshot<T> = T Function()

A snapshot reader for useSyncExternalStore.

Implementation

typedef Snapshot<T> = T Function();