UNPKG

hexo-cli

Version:

Command line interface for Hexo

4 lines (3 loc) 127 B
import type Context from '../context'; declare function versionConsole(this: Context): Promise<void>; export = versionConsole;