wip
This commit is contained in:
parent
6a4525f507
commit
36b19316ba
@ -7,6 +7,12 @@ function isActionGen(action) {
|
||||
return typeof action === 'function' && action.type;
|
||||
}
|
||||
|
||||
/**
|
||||
* Updux configuration object
|
||||
* @typedef {Object} Updux config
|
||||
* @property {Object} actions - Actions to be made available to the updux.
|
||||
*/
|
||||
|
||||
export class Updux {
|
||||
#localInitial = {};
|
||||
#subduxes = {};
|
||||
|
Loading…
Reference in New Issue
Block a user