primate icon indicating copy to clipboard operation
primate copied to clipboard

extend `app.get` to support module namespaces, add `app.set`

Open terrablue opened this issue 1 year ago • 0 comments

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

terrablue avatar May 24 '24 00:05 terrablue