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

jsTest.com.aallam.openai.client.internal.Env.kt Maven / Gradle / Ivy

There is a newer version: 4.0.0-beta01
Show newest version
package com.aallam.openai.client.internal

internal actual fun env(name: String): String? {
    return js("process.env[name]").unsafeCast()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy