UNPKG

@handfish/hygen

Version:

The scalable code generator that saves you time.

6 lines (5 loc) 245 B
import { Logger } from './types'; declare const VERSION = "6.0.3"; declare const availableActions: (templates: string) => {}; declare const printHelp: (templates: string, logger: Logger) => void; export { availableActions, printHelp, VERSION };