UNPKG

@modern-js-reduck/store

Version:

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

3 lines 235 B
import { PluginContext, PluginLifeCycle } from "../types/plugin.d"; declare const createPlugin: (defineLifeCycle: (context: PluginContext) => PluginLifeCycle) => (context: PluginContext) => PluginLifeCycle; export default createPlugin;