Every value has a runtime implementation: node, deno, and bun bind a
socket through their HTTP adapter, while cloudflare-workers runs on the
adapter's fetch entry point without listen.
Definition
"node" | "deno" | "bun" | "cloudflare-workers"
Usage
import { type RuntimePlatform } from "common/src/index.ts";