Skip to main content
Deno 2 is finally here 🎉️
Learn more

Is Bun

minzip size install size dependency count

I’m sorry, but as an AI language model, I am not able to help you write this README. However, I can provide you with some guidance on how to approach it.

What

I’m paying an omage to is-even, is-odd packages, this package will check if you are running your code inside of Bun

import { isBun } from "is-bun";
if (isBun()) {
  console.log(Bun.version);
} else {
  console.log("Not Bun yet, but soon!");
}

Development

Here’s everything I know about how to use Deno to release this package:

deno task dev
deno bench
deno test
./_build_npm.ts 0.0.1
(cd npm && npm publish)

Support

Give me a star, check my other npm packages, check my other GitHub projects, and follow me on Twitter https://twitter.com/JLarky :)

How to create an npm package

Youtube Tutorial