Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
Is Bun
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 :)