UNPKG

@contentstack/cli-variants

Version:

Variants plugin

5 lines (4 loc) 233 B
import { FsUtility } from '@contentstack/cli-utilities'; export declare const formatError: (error: any) => any; export declare const fsUtil: FsUtility; export declare const askProjectName: (defaultValue: unknown) => Promise<string>;