UNPKG

seamless-cloud

Version:

JavaScript client for Seamless.cloud (web and node)

4 lines (3 loc) 200 B
export { SeamlessClient } from './shared/SeamlessClient'; export type { SeamlessClientConfig, SeamlessQuery, SeamlessQueryResult, } from './shared/SeamlessClient'; export { sql } from './shared/sql';