UNPKG

@bentoo/state-man

Version:

A lightweight package for state management in React applications, designed as a simplified alternative to Zustand and the Context API.

6 lines (5 loc) 119 B
declare class Validation { isClientSide(): boolean; } declare const _default: Validation; export default _default;