io.github.serpro69.kfaker.dictionary.RawExpression.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-faker Show documentation
Show all versions of kotlin-faker Show documentation
https://github.com/serpro69/kotlin-faker
package io.github.serpro69.kfaker.dictionary
@Suppress("EXPERIMENTAL_FEATURE_WARNING")
@JvmInline
internal value class RawExpression(val value: String)