import { getValue, setValue } from "@denotest/esm-basic";

setValue(5);
console.log(getValue());