h3-bun
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i h3-bun

Weekly Downloads

2

Version

0.2.1

License

MIT

Unpacked Size

6 kB

Total Files

6

Last publish

Collaborators

  • aaronjsutton