UNPKG

@sharksv/hyper

Version:

A CLI to bootstrap new projects!

4 lines (3 loc) 113 B
import { Answers } from 'inquirer'; declare function Init(options: Answers): Promise<void>; export default Init;