© 2026 Hedgehog Software, LLC
export const testAtom = AtomRuntime.atom( Effect.gen(function* () { return yield* Effect.void; }), ); console.log(testAtom.refresh); // undefined