/** * @sylphx/lens-core - Optimistic Updates * * Internal module for optimistic update processing. * Users should import Reify DSL directly from @sylphx/reify. */ export type { Pipeline } from "./reify.js"; // Internal - Reify type checking (used by Lens internals) export { isPipeline } from "./reify.js";