Skip to main content
This release is 2 versions behind 4.1.7 — the latest version of @wok/helmet-mods. Jump to latest

Built and signed on GitHub Actions

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether 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
23%
Published
2 weeks ago (4.1.5)
type alias Deferred

Type Parameters

Definition

PromiseWithResolvers<T> & { state:
"pending"
| "resolved"
| "rejected"
; }

Add Package

deno add jsr:@wok/helmet-mods

Import symbol

import { type Deferred } from "@wok/helmet-mods/deps/async-utils";

---- OR ----

Import directly with a jsr specifier

import { type Deferred } from "jsr:@wok/helmet-mods/deps/async-utils";

Add Package

npx jsr add @wok/helmet-mods

Import symbol

import { type Deferred } from "@wok/helmet-mods/deps/async-utils";

Add Package

yarn dlx jsr add @wok/helmet-mods

Import symbol

import { type Deferred } from "@wok/helmet-mods/deps/async-utils";

Add Package

pnpm dlx jsr add @wok/helmet-mods

Import symbol

import { type Deferred } from "@wok/helmet-mods/deps/async-utils";

Add Package

bunx jsr add @wok/helmet-mods

Import symbol

import { type Deferred } from "@wok/helmet-mods/deps/async-utils";