Skip to main content
Home

Built and signed on GitHub Actions

A simple counter library

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether 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
JSR Score
70%
Published
a week ago (1.0.0)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@niyrme/counter

Import symbol

import Counter from "@niyrme/counter";
or

Import directly with a jsr specifier

import Counter from "jsr:@niyrme/counter";

Add Package

pnpm i jsr:@niyrme/counter
or (using pnpm 10.8 or older)
pnpm dlx jsr add @niyrme/counter

Import symbol

import Counter from "@niyrme/counter";

Add Package

yarn add jsr:@niyrme/counter
or (using Yarn 4.8 or older)
yarn dlx jsr add @niyrme/counter

Import symbol

import Counter from "@niyrme/counter";

Add Package

vlt install jsr:@niyrme/counter

Import symbol

import Counter from "@niyrme/counter";

Add Package

npx jsr add @niyrme/counter

Import symbol

import Counter from "@niyrme/counter";

Add Package

bunx jsr add @niyrme/counter

Import symbol

import Counter from "@niyrme/counter";