UNPKG

cypress-xray-plugin

Version:

A Cypress plugin for uploading test results to Xray (test management for Jira)

9 lines (8 loc) 272 B
/** * Converts an unknown value to a string. * * @param value - the value * @param pretty - `true` to pretty print the string (if possible), `false` otherwse * @returns the string */ export declare function unknownToString(value: unknown, pretty?: boolean): string;