Hypertable Client Library / Exports

Hypertable Client Library

Table of contents

Classes

Interfaces

Variables

Variables

HypClientLibUtils

HypClientLibUtils: Object

A collection of utility functions supporting the Hypertable client library, and consumers of the library.

Type declaration

Name Type
dereference <T>(object: T) => any
log (...message: any[]) => never
readFromClipboard () => Promise<undefined | string>
wait (ms: number) => Promise<void>
writeToClipboard (toWrite: string) => never