Module: helpers/stores/utils
Table of contents
Functions
Functions
pushToStore
▸ pushToStore<T
>(store
, keyPath
, data
): void
Type parameters
Name |
---|
T |
Parameters
Name | Type |
---|---|
store | default <Record <string , unknown >> |
keyPath | string |
data | T |
Returns
void