Files
lancedb/nodejs/lancedb/remote/index.ts

4 lines
167 B
TypeScript

export { RestfulLanceDBClient } from "./client";
export { type RemoteConnectionOptions, RemoteConnection } from "./connection";
export { RemoteTable } from "./table";