Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
.toml
name = "bun" version = "1.0.0" [author] name = "John Dough" email = "[email protected]"
import data from "./data.toml"; data.name; // => "bun" data.version; // => "1.0.0" data.author.name; // => "John Dough"