@whirlybird/util
v0.0.2
Published
[![](https://github.com/apacheli/whirlybird/actions/workflows/ci.yaml/badge.svg)](https://github.com/apacheli/whirlybird/actions/workflows/ci.yaml) [![](https://canary.discord.com/api/v10/guilds/812458966357377067/widget.png)](https://discord.gg/GtyB7gmx9
Downloads
4
Readme
@whirlybird/util
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";