diff --git a/src/index.ts b/src/index.ts index 3efb18f..a4e9d0a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,7 +12,7 @@ export type { MaybeAtom, } from "./atom"; -// Re-export all utility types +// Re-export useful utility types export type { MaybePromise, Truthy, CallbackOrStream } from "./util"; // Export the `StreamEnd` type