Using original aurelia-store in aurelia 2

Is it possible to use the original aurelia-store plugin from v1 in v2?

I have quite a lot of code that uses this plugin and the new version doesn’t seem to behave the same way at all. More like redux than the command/command-handler pattern of v1.

The original one had good type safety in the store.dispatch method with the function name and arguments.

I auto register actions using ``dispatchify`` from this post saving a lot of configuration for hundreds of actions.