Skip to main content
Home

A very simple calculator package to test JSR

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

@veelit-rnd/simple-calc

To install dependencies:

bun install

To run:

bun run mod.ts

This project was created using bun init in bun v1.0.29. Bun is a fast all-in-one JavaScript runtime.

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:@veelit-rnd/simple-calc

Import symbol

import * as simple_calc from "@veelit-rnd/simple-calc";
or

Import directly with a jsr specifier

import * as simple_calc from "jsr:@veelit-rnd/simple-calc";

Add Package

pnpm i jsr:@veelit-rnd/simple-calc
or (using pnpm 10.8 or older)
pnpm dlx jsr add @veelit-rnd/simple-calc

Import symbol

import * as simple_calc from "@veelit-rnd/simple-calc";

Add Package

yarn add jsr:@veelit-rnd/simple-calc
or (using Yarn 4.8 or older)
yarn dlx jsr add @veelit-rnd/simple-calc

Import symbol

import * as simple_calc from "@veelit-rnd/simple-calc";

Add Package

vlt install jsr:@veelit-rnd/simple-calc

Import symbol

import * as simple_calc from "@veelit-rnd/simple-calc";

Add Package

npx jsr add @veelit-rnd/simple-calc

Import symbol

import * as simple_calc from "@veelit-rnd/simple-calc";

Add Package

bunx jsr add @veelit-rnd/simple-calc

Import symbol

import * as simple_calc from "@veelit-rnd/simple-calc";