UNPKG

@modern-js-reduck/store

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

3 lines 137 B
import { Context, Model } from "../types"; declare const mountModel: (context: Context, model: Model) => void; export default mountModel;