UNPKG

react-async-iterators

Version:

The magic of JavaScript async iterators in React ⛓️ 🧬 🔃

5 lines (4 loc) 88 B
export { type Writeable }; type Writeable<T> = { -readonly [P in keyof T]: T[P]; };