nrgy
Version:
The library for reactive programming using efficient computing and MVC/MVVM patterns
16 lines (13 loc) • 708 B
text/typescript
import { d as StateMutation } from './declareStore-DR464L1b.cjs';
export { D as DeclareStoreOptions, c as StateUpdates, S as Store, h as StoreFactory, a as StoreUpdate, b as StoreUpdates, e as createStore, f as createStoreUpdates, g as declareStateUpdates, i as declareStore } from './declareStore-DR464L1b.cjs';
import './atom-C10tpvQt.cjs';
import './types-CxOJPpKX.cjs';
/**
* @deprecated
*
* Returns a mutation which applies all provided mutations for a state.
*
* You can use this helper to apply multiple changes at the same time.
*/
declare function pipeStateMutations<State>(mutations: ReadonlyArray<StateMutation<State>>): StateMutation<State>;
export { StateMutation, pipeStateMutations };