blob: 8a18cec067d5c0353ca3e1a52f39131d16d358e6 [file] [log] [blame]
export function read() {
return test;
}
export function write(value) {
test = value;
}