mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 19:02:58 +00:00
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
export { RestfulLanceDBClient } from "./client";
|
|
export { type RemoteConnectionOptions, RemoteConnection } from "./connection";
|
|
export { RemoteTable } from "./table";
|