0.2.1 • Published 1 year ago

h3-bun v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

h3-bun

npm version npm downloads Github Actions Codecov

H3 on Bun

Usage

Install package:

# npm
npm install h3-bun

# yarn
yarn add h3-bun

# pnpm
pnpm install h3-bun

Import:

// ESM
import {} from "h3-bun";

// CommonJS
const {} = require("h3-bun");

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Published under MIT License.

0.2.1

1 year ago

0.2.0

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago