UNPKG

@oclif/plugin-legacy

Version:

converts older style plugins to be compatible with oclif

7 lines (6 loc) 208 B
import { type Config } from '@oclif/core'; import { PluginLegacy } from '../index.js'; declare const hook: ({ config }: { config: Config; }) => Promise<(PluginLegacy | undefined)[]>; export default hook;