1.0.0 • Published 2 years ago

@thani-sh/variable v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@thani-sh/variable

A test node module which can hold a single value in memory.

import { getValue, setValue } from "@thani-sh/variable";

// set a value
setValue(1234);

console.log(getValue());
// 1234
1.0.0

2 years ago