fun resourceFileAsString()

in kotlin/app-homepage-react/src/main/kotlin/org/homepage/Utils.kt [12:15]


fun resourceFileAsString(resourcePath: String): String {
    val bytes = resourceBytes(resourcePath)
    return String(bytes)
}