UNPKG

@clerc/plugin-completions

Version:
9 lines (6 loc) 311 B
import * as _clerc_core from '@clerc/core'; interface CompletionsPluginOptions { command?: boolean; } declare const completionsPlugin: (options?: CompletionsPluginOptions) => _clerc_core.Plugin<_clerc_core.Clerc<{}, {}>, _clerc_core.Clerc<{}, {}>>; export { CompletionsPluginOptions, completionsPlugin };