UNPKG
@contentstack/cli-variants
Version:
beta (2.0.0-beta.2)
latest (1.3.5)
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta
1.3.5
1.3.4
1.3.3
1.3.2
1.3.0
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.0.1-alpha
Variants plugin
@contentstack/cli-variants
/
lib
/
utils
/
error-helper.d.ts
7 lines
(6 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Formats the errors into a single string. *
@param
errors - The errors to be formatted. *
@returns
The formatted errors as a string. */
export
declare
function
formatErrors
(
errors: any
):
string
;