UNPKG

@reactant/cli

Version:
6 lines (5 loc) 263 B
import { Context } from '@reactant/types'; import { Hook, Plugin } from '@oclif/config'; export declare function createDynamicPlugin(hookContext: Hook.Context, commandName: string, context: Context): Plugin; declare const hook: Hook<'init'>; export default hook;