Expects that a value resolves to true
, useful for asserting type checks.
Expects that a value resolves to true
, useful for asserting type checks.
Add Package
deno add jsr:@inngest/realtime
Import symbol
import { type Expect } from "@inngest/realtime";
---- OR ----
Import directly with a jsr specifier
import { type Expect } from "jsr:@inngest/realtime";
Add Package
npx jsr add @inngest/realtime
Import symbol
import { type Expect } from "@inngest/realtime";
Add Package
yarn dlx jsr add @inngest/realtime
Import symbol
import { type Expect } from "@inngest/realtime";
Add Package
pnpm dlx jsr add @inngest/realtime
Import symbol
import { type Expect } from "@inngest/realtime";
Add Package
bunx jsr add @inngest/realtime
Import symbol
import { type Expect } from "@inngest/realtime";