Skip to main content

Built and signed on GitHub Actions

Structured Concurrency and Effects for JavaScript

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 week ago (3.4.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.

method Scope.hasOwn
Scope.hasOwn<T>(context: Context<T>): boolean

Check if scope has its own unique value for context.

Type Parameters

Parameters

context: Context<T>

Return Type

true if scope has its own context, false if context is not present, or inherited from its parent.

Add Package

deno add jsr:@effection/effection

Import symbol

import { type Scope } from "@effection/effection";

---- OR ----

Import directly with a jsr specifier

import { type Scope } from "jsr:@effection/effection";

Add Package

npx jsr add @effection/effection

Import symbol

import { type Scope } from "@effection/effection";

Add Package

yarn dlx jsr add @effection/effection

Import symbol

import { type Scope } from "@effection/effection";

Add Package

pnpm dlx jsr add @effection/effection

Import symbol

import { type Scope } from "@effection/effection";

Add Package

bunx jsr add @effection/effection

Import symbol

import { type Scope } from "@effection/effection";