Documentation Index

Fetch the complete documentation index at: /docs/llms.txt

Use this file to discover all available pages before exploring further.

Skip to main content
Bun.version contains the current version of Bun in semver format.
index.ts
Bun.version; // => "1.3.3"

Bun.revision contains the exact git commit of oven-sh/bun that was compiled to produce this Bun binary.
index.ts
Bun.revision; // => "49231b2cb9aa48497ab966fc0bb6b742dacc4994"

See Utils.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.