Skip to main content
This package has been archived, and as such it is read-only.

protobuf-style LEB128 varint codec library

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
Published
a month ago (1.0.2)
No docs found.

Add Package

deno add jsr:@atcute/varint

Import symbol

import * as varint from "@atcute/varint";

---- OR ----

Import directly with a jsr specifier

import * as varint from "jsr:@atcute/varint";

Add Package

npx jsr add @atcute/varint

Import symbol

import * as varint from "@atcute/varint";

Add Package

yarn dlx jsr add @atcute/varint

Import symbol

import * as varint from "@atcute/varint";

Add Package

pnpm dlx jsr add @atcute/varint

Import symbol

import * as varint from "@atcute/varint";

Add Package

bunx jsr add @atcute/varint

Import symbol

import * as varint from "@atcute/varint";