Fetch Bun runtime documentation via llms.txt for up-to-date API references
Bun provides comprehensive LLM-optimized documentation at https://bun.sh/llms.txt.
Fetch this documentation when:
bun test// Fetch Bun docs via Firecrawl
const docs = await firecrawl.scrape({
url: "https://bun.sh/llms.txt",
formats: ["markdown"]
});
| Module | Description |
|---|---|
Bun.serve | HTTP server with WebSocket support |
Bun.file | File I/O with lazy loading |
Bun.build | JavaScript/TypeScript bundler |
Bun.$ | Shell scripting API |
Bun.sql | SQL database client |
bun:sqlite | SQLite database |
bun:ffi | Foreign function interface |
elysia-llm-docs - Elysia web frameworkeffect-patterns - Effect TypeScript patterns