repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

starfx / mdw
Eric Bower · 04 Mar 24

mod.ts

1import * as queryMdw from "./query.ts";
2import * as storeMdw from "./store.ts";
3
4export const mdw = { ...queryMdw, ...storeMdw };