commonMain.raven.PrettyConsoleEmailFormatterOptions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raven-email-console Show documentation
Show all versions of raven-email-console Show documentation
An abstraction form sending emails
@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,
)