import { getValue, setValue } from "@denotest/esm-basic"; setValue(2); console.log(getValue());