1.0.0 • Published 3 years ago

@thani-sh/variable v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago