Add Package
deno add jsr:@inngest/realtime
Import symbol
import { type InngestSubscription } from "@inngest/realtime/hooks";
---- OR ----
Import directly with a jsr specifier
import { type InngestSubscription } from "jsr:@inngest/realtime/hooks";
Add Package
npx jsr add @inngest/realtime
Import symbol
import { type InngestSubscription } from "@inngest/realtime/hooks";
Add Package
yarn dlx jsr add @inngest/realtime
Import symbol
import { type InngestSubscription } from "@inngest/realtime/hooks";
Add Package
pnpm dlx jsr add @inngest/realtime
Import symbol
import { type InngestSubscription } from "@inngest/realtime/hooks";
Add Package
bunx jsr add @inngest/realtime
Import symbol
import { type InngestSubscription } from "@inngest/realtime/hooks";