Nexus / app /typing.ts
Severian's picture
Upload 269 files
f0499d2
raw
history blame contribute delete
64 Bytes
export type Updater<T> = (updater: (value: T) => void) => void;