UNPKG

@libsql/hrana-client

Version:

Hrana client for connecting to sqld over HTTP or WebSocket

5 lines (4 loc) 270 B
import * as e from "../encoding/json/encode.js"; import * as proto from "./proto.js"; export declare function PipelineReqBody(w: e.ObjectWriter, msg: proto.PipelineReqBody): void; export declare function CursorReqBody(w: e.ObjectWriter, msg: proto.CursorReqBody): void;