All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.raven.PrettyConsoleEmailFormatterOptions.kt Maven / Gradle / Ivy

There is a newer version: 3.0.11
Show newest version
@file:JsExport
package raven

import kotlinx.JsExport

class PrettyConsoleEmailFormatterOptions(
    val separator: String = "=",
    /**
     * It looks better when this value is an odd number
     */
    val width: Int = 95,
    val margin: Int = 24,
    val border: String = "|",
    val padding: Int = 1,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy