download
raw
749 Bytes
import type { ClientOptions } from "./types.gen.js";
import { type Config, type ClientOptions as DefaultClientOptions } from "./client/index.js";
/**
* The `createClientConfig()` function will be called on client initialization
* and the returned object will become the client's initial configuration.
*
* You may want to initialize your client this way instead of calling
* `setConfig()`. This is useful for example if you're using Next.js
* to ensure your client always has the correct values.
*/
export type CreateClientConfig<T extends DefaultClientOptions = ClientOptions> = (override?: Config<DefaultClientOptions & T>) => Config<Required<DefaultClientOptions> & T>;
export declare const client: import("./client/types.gen.js").Client;

Xet Storage Details

Size:
749 Bytes
·
Xet hash:
0fec8ce626608a1b0ae8d946be8481fedd768df9e3fdcfc216069911aadfac2a

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.