UNPKG

@translated/lara

Version:

Official Lara SDK for JavaScript and Node.js

4 lines (3 loc) 164 B
import { BrowserS3Client } from "./browser-client"; import { NodeS3Client } from "./node-client"; export default function create(): BrowserS3Client | NodeS3Client;