Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
inngest/inngest-jsOfficial SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
70%
Published
a day ago (3.28.0)
The primary entrypoint for the Inngest SDK. This provides all the necessary exports to create, run, and trigger Inngest functions.
Typical usage involves creating a new Inngest client with Inngest
, and then
using the client to create functions, middleware, and other tools.
See https://www.inngest.com/docs for more information.
Built and signed on
View transparency logGitHub Actions
Add Package
deno add jsr:@inngest/sdk
Import symbol
import * as sdk from "@inngest/sdk";
---- OR ----
Import directly with a jsr specifier
import * as sdk from "jsr:@inngest/sdk";
Add Package
npx jsr add @inngest/sdk
Import symbol
import * as sdk from "@inngest/sdk";
Add Package
yarn dlx jsr add @inngest/sdk
Import symbol
import * as sdk from "@inngest/sdk";
Add Package
pnpm dlx jsr add @inngest/sdk
Import symbol
import * as sdk from "@inngest/sdk";
Add Package
bunx jsr add @inngest/sdk
Import symbol
import * as sdk from "@inngest/sdk";