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