Skip to main content
Home
This release is 2 versions behind 0.0.22 — the latest version of @alator21/jobless-machine. Jump to latest

Test framework

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
3 days ago (0.0.20)
class AbstractSimpleValue
extends ValueWrapper<Val>

Base class for value wrappers that hold simple, static values. Provides a common implementation for storing and accessing wrapped values.

Constructors

new
AbstractSimpleValue(value: Val)

Creates a new simple value wrapper.

Type Parameters

Val
  • The type of value being wrapped

Properties

private
readonly
_value: Val
readonly
value: Val

Gets the wrapped value.

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:@alator21/jobless-machine

Import symbol

import { AbstractSimpleValue } from "@alator21/jobless-machine";
or

Import directly with a jsr specifier

import { AbstractSimpleValue } from "jsr:@alator21/jobless-machine";

Add Package

pnpm i jsr:@alator21/jobless-machine
or (using pnpm 10.8 or older)
pnpm dlx jsr add @alator21/jobless-machine

Import symbol

import { AbstractSimpleValue } from "@alator21/jobless-machine";

Add Package

yarn add jsr:@alator21/jobless-machine
or (using Yarn 4.8 or older)
yarn dlx jsr add @alator21/jobless-machine

Import symbol

import { AbstractSimpleValue } from "@alator21/jobless-machine";

Add Package

vlt install jsr:@alator21/jobless-machine

Import symbol

import { AbstractSimpleValue } from "@alator21/jobless-machine";

Add Package

npx jsr add @alator21/jobless-machine

Import symbol

import { AbstractSimpleValue } from "@alator21/jobless-machine";

Add Package

bunx jsr add @alator21/jobless-machine

Import symbol

import { AbstractSimpleValue } from "@alator21/jobless-machine";