UNPKG

@chakra-ui/cli

Version:

Generate theme typings for autocomplete

8 lines (6 loc) 153 B
"use strict"; function formatCliError(error) { if (error instanceof Error) return error.message; return String(error); } export { formatCliError };