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