Function stringify

  • Performs JSON.stringify() on the given value, and truncates the result if it exceeds the target maximum length.

    Parameters

    • value: any
    • maxLength: number = DEFAULT_STRINGIFY_MAX_LENGTH

    Returns string

Generated using TypeDoc