@translated/lara
Version:
Official Lara SDK for JavaScript and Node.js
6 lines (5 loc) • 340 B
TypeScript
import type { AccessKey, AuthToken } from "../../credentials";
import type { LaraClient } from "./client";
export { LaraClient } from "./client";
export default function create(auth: AccessKey | AuthToken, baseUrl?: string, keepAlive?: boolean, timeout?: number): LaraClient;
export { BrowserClient as HttpClient } from "./browser-client";