UNPKG

@prestodb/presto-js-client

Version:

This is a Presto JavaScript client that connects to Presto via Presto's REST API to run queries.

8 lines (7 loc) 232 B
export * from './enums'; export * from './error.types'; export * from './query-info.types'; export * from './query-stats.types'; export * from './runtime-stats.types'; export * from './session.types'; export * from './stage.types';