UNPKG

create-quickstart-app

Version:

CLI tool to generate Next.js projects with various configurations

7 lines (6 loc) 190 B
export declare const createSpinner: (text: string) => { succeed: (text?: string) => void; fail: (text?: string) => void; update: (text: string) => void; stop: () => void; };