Skip to main content
Home

Built and signed on GitHub Actions

trivial runtime implementation to access deno/node stderr, stdout, register a signal handler, and exit a process

This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
3 days ago (0.0.2)

runtime

basic runtime functionality

Built and signed on
GitHub Actions

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:@aricart/runtime

Import symbol

import * as runtime from "@aricart/runtime";
or

Import directly with a jsr specifier

import * as runtime from "jsr:@aricart/runtime";

Add Package

pnpm i jsr:@aricart/runtime
or (using pnpm 10.8 or older)
pnpm dlx jsr add @aricart/runtime

Import symbol

import * as runtime from "@aricart/runtime";

Add Package

yarn add jsr:@aricart/runtime
or (using Yarn 4.8 or older)
yarn dlx jsr add @aricart/runtime

Import symbol

import * as runtime from "@aricart/runtime";

Add Package

vlt install jsr:@aricart/runtime

Import symbol

import * as runtime from "@aricart/runtime";

Add Package

npx jsr add @aricart/runtime

Import symbol

import * as runtime from "@aricart/runtime";

Add Package

bunx jsr add @aricart/runtime

Import symbol

import * as runtime from "@aricart/runtime";