UNPKG

@oclif/plugin-legacy

Version:

converts older style plugins to be compatible with oclif

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