diff --git a/packages/rx-effects/src/store.ts b/packages/rx-effects/src/store.ts index 0bf2570..e20587c 100644 --- a/packages/rx-effects/src/store.ts +++ b/packages/rx-effects/src/store.ts @@ -70,14 +70,6 @@ export function declareStateUpdates< return (updates) => updates; } -// export function declareStateUpdates( -// _state: State | undefined, -// ): = StateUpdates>( -// updates: Updates, -// ) => Updates { -// return (updates) => updates; -// } - /** * Returns a mutation which applies all provided mutations for a state. *