TheDocumentation Index
Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt
Use this file to discover all available pages before exploring further.
console.log function writes to stdout. It will automatically append a line break at the end of the printed data.
For more advanced use cases, JSTime exposes
stdout as a BunFile via the JSTime.stdout property. This can be used as a destination for JSTime.write().
See Docs > API > File I/O for complete documentation of
JSTime.write().