Share values across modules without polluting the global scope.
original = foo: "bar"
Registry.set test: original
returned = Registry.get "test"
npm i @dashkite/helium
Bundle with your favorite bundler. You can bundle the CoffeeScript directly to compile it with your settings by using coffee:main
as the entry point.
Return the value associated with the given key.
For each key-value pair in the dictionary, set the value associated with the key.
Registery.set
foo: "apples"
bar: "bananas"