UNPKG

@sharksv/hyper

Version:

A CLI to bootstrap new projects!

14 lines (13 loc) 258 B
export interface optionsInterface { title: string; tagLine: string; description: string; version: string; clear: boolean; } export interface symbolsInterface { Info: string; Pass: string; Error: string; Warning: string; }