MCPcopy Create free account
hub / github.com/Bytez-com/docs /

Class

sdk/javascript/src/index.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * @param apiKey Your Bytez API key
10 */
11export default class Bytez {
12 constructor(apiKey: string, dev = false, browser?: boolean) {
13 this.#client = new Client(apiKey, dev, browser);
14 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected