
commonMain.raven.PrettyConsoleEmailFormatterOptions.kt Maven / Gradle / Ivy
@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 - 2025 Weber Informatics LLC | Privacy Policy