Creates a Thirdweb client with the provided options.
import { createThirdwebClient } from "thirdweb";const client = createThirdwebClient({ clientId: "..." });
function createThirdwebClient( options: CreateThirdwebClientOptions,): ThirdwebClient;
The options for creating the client.
let options: CreateThirdwebClientOptions;
let returnType: ThirdwebClient;
The created Thirdweb client.