repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

starfx / mdw
Eric Bower  ·  2024-03-04

mod.ts

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