middleware
The middleware module of the TinyBase project provides the ability to intercept and validate incoming writes to Store objects.
The main entry point to this module is the createMiddleware function, which returns a new Middleware object. From there, you can register hooks that are called before data is written to the Store.
Since
v8.0.0