/** * @since 1.0.0 */ /** * @since 1.0.0 * @category re-exports */ export * as Atom from "@effect-atom/atom/Atom"; /** * @since 1.0.0 * @category re-exports */ export * as Registry from "@effect-atom/atom/Registry"; /** * @since 1.0.0 * @category re-exports */ export * as Result from "@effect-atom/atom/Result"; /** * @since 1.0.0 * @category re-exports */ export * as AtomRef from "@effect-atom/atom/AtomRef"; /** * @since 1.0.0 * @category re-exports */ export * as AtomHttpApi from "@effect-atom/atom/AtomHttpApi"; /** * @since 1.0.0 * @category re-exports */ export * as AtomRpc from "@effect-atom/atom/AtomRpc"; /** * @since 1.0.0 * @category re-exports */ export * as Hydration from "@effect-atom/atom/Hydration"; /** * @since 1.0.0 * @category re-exports */ export * as ScopedAtom from "./ScopedAtom.js"; /** * @since 1.0.0 * @category hooks */ export * from "./Hooks.js"; /** * @since 1.0.0 * @category context */ export * from "./RegistryContext.js"; //# sourceMappingURL=index.d.ts.map