Package-level declarations

Types

Link copied to clipboard
external object Deno

Global Deno object.

Link copied to clipboard
external interface Env

Read-only environment API.

Link copied to clipboard

Convenience for built-in supabase environment keys.

Functions

Link copied to clipboard
fun Env.require(key: String): String

Gets the environment variables for key or throws an ISE if no value is present.