From f030658dbd1201c155da18c8cdc9a5ba197f10a0 Mon Sep 17 00:00:00 2001 From: Mikhail Nasyrov Date: Tue, 20 Dec 2022 03:52:35 +0300 Subject: [PATCH] refactor: Minor --- packages/rx-effects/src/store.ts | 8 -------- 1 file changed, 8 deletions(-) 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. *