"Leaping from branch to branch gibbons decide which one to take in a split second"
Gibbons is a Node.js module which helps in managing user groups and user permissions with bitwise efficiency.
In applying ArrayBuffers and bitwise operations it tries to use minimal resources.
See: Gibbons Docs
| Runtime | Support | Install |
|---|---|---|
| Node.js 20+ | ✅ Native | npm install @icazemier/gibbons |
| Bun | ✅ Native | bun add @icazemier/gibbons |
| Deno | ✅ via npm: |
See below |
import { Gibbon, GibbonProcessor } from "npm:@icazemier/gibbons";
Run with the required permissions:
deno run --allow-env --allow-net --allow-read --allow-sys your-script.ts
npm install @icazemier/gibbons
See: GitHub Releases
(License: MIT, See the LICENSE file)