UNPKG

stimulus-store

Version:

Lightweight state management for Stimulus.js

6 lines (4 loc) 126 B
import type { StoreValue } from './storeValue' export declare type SetOptions = { filter: (value: StoreValue) => boolean }