influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-giraffe > GiraffeTableFactory

GiraffeTableFactory type

A type of a function that creates a new giraffe table of a specified length

Signature:

type GiraffeTableFactory = (length: number) => Table;