Skip to content

Commit

Permalink
refactor: Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed Dec 20, 2022
1 parent 53770ef commit f030658
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/rx-effects/src/store.ts
Expand Up @@ -70,14 +70,6 @@ export function declareStateUpdates<
return (updates) => updates;
}

// export function declareStateUpdates<State>(
// _state: State | undefined,
// ): <Updates extends StateUpdates<State> = StateUpdates<State>>(
// updates: Updates,
// ) => Updates {
// return (updates) => updates;
// }

/**
* Returns a mutation which applies all provided mutations for a state.
*
Expand Down

0 comments on commit f030658

Please sign in to comment.