0.0.2 • Published 1 year ago

@whirlybird/util v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@whirlybird/util

npm.io npm.io npm.io

Warning whirlybird is experimental software. Use at your own risk!

About

Utilities consumed by the other core modules of whirlybird. You will probably not find any use for this module unless you like encoders.

Ecosystem

Discover the rest of the whirlybird ecosystem!

Using Node.js

You will need Node.js v18.x.x or higher.

Install with the package manager of your choice:

$ npm i @whirlybird/util
$ pnpm i @whirlybird/util
$ yarn add @whirlybird/util

Enable ECMAScript modules (ESM) for your project:

{
  "type": "module"
}

Using Deno

You will need Deno v1.26.x or higher.

Import for GitHub:

export * from "https://github.com/apacheli/whirlybird/raw/dev/core/util/lib.js";