(config: RuntimeConfig)
| 401 | * 创建浏览器运行时实例 |
| 402 | */ |
| 403 | export function create(config: RuntimeConfig): BrowserRuntime { |
| 404 | return new BrowserRuntime(config); |
| 405 | } |
| 406 | |
| 407 | /** |
| 408 | * Default export for convenient usage |
no outgoing calls
no test coverage detected