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 provides a handful of module-specific utilities on the import.meta object. Use import.meta.path to retrieve the absolute path of the current file.
/a/b/c.ts
import.meta.path; // => "/a/b/c.ts"

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