UNPKG
@lukasrosario/account
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
Base Account SDK
@lukasrosario/account
/
dist
/
store
/
chain-clients
/
store.js
3 lines
•
133 B
JavaScript
View Raw
1
2
3
import
{ createStore }
from
'zustand/vanilla'
;
export
const
ChainClients
=
createStore
(
() =>
({}));
//# sourceMappingURL=store.js.map