UNPKG

next-clz

Version:

Your CLI by Shoulders to create a backend started with [next-seed](https://github.com/Eureka-Shoulders/next-seed)

8 lines (7 loc) 310 B
import { removeWhitespace } from '@euk-labs/beltz'; export declare function validatePromptInput(input: string): true | "This option is required"; export declare const standardInputOptions: { validate: typeof validatePromptInput; format: typeof removeWhitespace; result: typeof removeWhitespace; };