UNPKG

pwa-create

Version:

A progressive web app stater template creator with various platform options

6 lines (3 loc) 131 B
import { PromptObject } from 'prompts'; type Question = PromptObject<string> | PromptObject<string>[]; export type { Question };