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

0.75.0 • 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);
}

Readme

Keywords

none

Package Sidebar

Install

npm i @deephaven/jsapi-utils

Weekly Downloads

2,051

Version

0.75.0

License

Apache-2.0

Unpacked Size

430 kB

Total Files

87

Last publish

Collaborators

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