File size: 261 Bytes
c476dc0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import type { Config, Client } from "@libsql/core/api";
export * from "@libsql/core/api";
/** Creates a {@link Client} object.
 *
 * You must pass at least an `url` in the {@link Config} object.
 */
export declare function createClient(config: Config): Client;