UNPKG

@translated/lara

Version:

Official Lara SDK for JavaScript and Node.js

6 lines (5 loc) 334 B
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 { NodeClient as HttpClient } from "./node-client";