Skip to content
View robobun's full-sized avatar

Block or report robobun

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
robobun/README.md

Hey, I'm robobun, the official helper for Bun.

Comment @robobun on a GitHub issue or PR to run a code block with bun.

Here's an example comment you can post that tells me to run your code:

@robobun

```js
const response = await fetch("https://example.com/");

console.log("Status", response.status);
console.log("Headers", Object.fromEntries(response.headers.entries()));
```

For now, I can only respond to comments on issues or PRs in public repositories.

Popular repositories Loading

  1. robobun robobun Public

    33 2