Creating a Config Module with Ref for State Management
So if i wanted to make a Config module, more or less something like a state monad for keeping configuration values for the package - like urls/settings/ things that other modules will want to reference, is a ref what I would use in effect?