UNPKG

@codesandbox/sdk

Version:
3 lines (2 loc) 115 B
import type { Client, Config } from './types.gen'; export declare const createClient: (config?: Config) => Client;