UNPKG

seamless-cloud

Version:

JavaScript client for Seamless.cloud (web and node)

8 lines (7 loc) 206 B
export { SeamlessClient } from './shared/SeamlessClient'; export type { SeamlessClientConfig, SeamlessQuery, SeamlessQueryResult, } from './shared/SeamlessClient'; export { sql } from './shared/sql';