primate
primate copied to clipboard
extend `app.get` to support module namespaces, add `app.set`
e.g. app.get("store:transact")
Add app.set(module: string, key: string, value: unknown). module must exist in the list of loaded modules. Allow modules to add data/functions to an app