UNPKG

cumqueoptio

Version:

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

8 lines (5 loc) 205 B
import { PluginContext, PluginLifeCycle } from '@/types/plugin'; const createPlugin = ( defineLifeCycle: (context: PluginContext) => PluginLifeCycle, ) => defineLifeCycle; export default createPlugin;