@deephaven-enterprise/jsapi-coreplus-types
v2026.1.55
Published
Deephaven Enterprise Core+ JSAPI Types
Keywords
Readme
@deephaven-enterprise/jsapi-coreplus-types
TypeScript type definitions for the Deephaven Enterprise Core+ JS API.
Installation
Each Deephaven Enterprise release is an independent release line with its own
version, and versions across releases are not guaranteed to be compatible. The
latest dist-tag tracks the current generally-available release line, so if
you are on that release you can install without specifying a tag:
npm install @deephaven-enterprise/jsapi-coreplus-typesEvery other release line is published under a version-scoped
release-v<major>.<minor> dist-tag that matches your Deephaven Enterprise
server. Install using the tag for your release line:
npm install @deephaven-enterprise/jsapi-coreplus-types@release-v<major>.<minor>For example, for Grizzly:
npm install @deephaven-enterprise/[email protected]