UNPKG

bun-types

Version:

Type definitions and documentation for Bun, an incredibly fast JavaScript runtime

21 lines (14 loc) 511 B
--- title: bun feedback description: Share feedback, bug reports, and feature requests --- import Feedback from "/snippets/cli/feedback.mdx"; Use `bun feedback` to share feedback, bug reports, and feature requests directly with the Bun team. ```bash terminal icon="terminal" bun feedback "Love the new release!" bun feedback report.txt details.log echo "please document X" | bun feedback --email you@example.com ``` You can provide feedback as text arguments, file paths, or piped input. --- <Feedback />