Skip to main content

Built and signed on GitHub Actions

A test package publishing to JSR.

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
JSR Score
100%
Published
a month ago (0.0.16)

jsr-test

JSR

A test package publishing to JSR.

Usage

Install

deno add @akiraohgaki/jsr-test

Examples

import { HexCounter } from '@akiraohgaki/jsr-test';

const counter = new HexCounter('ff');
counter.increment();
counter.decrement();
console.log(counter.value);
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@akiraohgaki/jsr-test

Import symbol

import * as mod from "@akiraohgaki/jsr-test";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@akiraohgaki/jsr-test";

Add Package

npx jsr add @akiraohgaki/jsr-test

Import symbol

import * as mod from "@akiraohgaki/jsr-test";

Add Package

yarn dlx jsr add @akiraohgaki/jsr-test

Import symbol

import * as mod from "@akiraohgaki/jsr-test";

Add Package

pnpm dlx jsr add @akiraohgaki/jsr-test

Import symbol

import * as mod from "@akiraohgaki/jsr-test";

Add Package

bunx jsr add @akiraohgaki/jsr-test

Import symbol

import * as mod from "@akiraohgaki/jsr-test";