File size: 64 Bytes
f0499d2
1
2
export type Updater<T> = (updater: (value: T) => void) => void;