UNPKG

182 BTypeScriptView Raw
1import { Hook } from '@oclif/core';
2export declare const closest: (target: string, possibilities: string[]) => string;
3declare const hook: Hook.CommandNotFound;
4export default hook;