UNPKG

@prestodb/presto-js-client

Version:

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

5 lines (4 loc) 117 B
export * from './client'; export * from './types'; import PrestoClient from './client'; export default PrestoClient;