Skip to main content
This package works with Deno, Bun, Browsers
This package works with Deno
This package works with Bun
This package works with Browsers
Published
3 months ago (3.0.0-46)

Add Package

deno add jsr:@nats-io/nats-core

Import symbol

import { type Backoff } from "@nats-io/nats-core/internal";

---- OR ----

Import directly with a jsr specifier

import { type Backoff } from "jsr:@nats-io/nats-core/internal";

Add Package

bunx jsr add @nats-io/nats-core

Import symbol

import { type Backoff } from "@nats-io/nats-core/internal";