UNPKG

@sandstack/neuron

Version:

Neuron is a lightweight framework agnostic global state manager for Javascript apps, with React support

5 lines (4 loc) 197 B
import { neuron } from "./neuron"; import { NeuronClient } from "./NeuronClient"; import { PrivateNeuronClient } from "./PrivateNeuronClient"; export { neuron, NeuronClient, PrivateNeuronClient };