Set

Set the value of the store

set: (newValue: any) => void;
import { createStore } from "ts-nano-form";

const store = createStore();
store.set("123");
store.get("123");
// 123