@deephaven/auth-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.32.1-auth-plugins.7 • Public • Published

@deephaven/jsapi-utils

A library with some JS utility methods for interacting with the JSAPI.

Install

npm install --save @deephaven/jsapi-utils

Usage

import { TableUtils } from '@deephaven/jsapi-utils';

if (TableUtils.isDateType(columnType)) {
  console.log('Date type', columnType);
} else if (TableUtils.isNumberType(columnType)) {
  console.log('Number type', columnType);
} else {
  console.log('Unrecognized type', columnType);
}

Package Sidebar

Install

npm i @deephaven/auth-plugin

Weekly Downloads

1

Version

0.32.1-auth-plugins.7

License

Apache-2.0

Unpacked Size

15.1 kB

Total Files

7

Last publish

Collaborators

  • jnumainville
  • deephaven-bot
  • vbabich
  • mofojed
  • mikebender
  • niloc132
  • nbauernfeind