UNPKG

stimulus-store

Version:

Lightweight state management for Stimulus.js

2 lines (1 loc) 77 B
export type StoreValue = string | number | boolean | object | Array<unknown>