mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Config in init is optional
This commit is contained in:
+1
-1
@@ -773,7 +773,7 @@ declare namespace VoxImplant {
|
||||
*
|
||||
* @param config Client configuration options
|
||||
*/
|
||||
init(config: Config): void;
|
||||
init(config?: Config): void;
|
||||
/**
|
||||
* Check if WebRTC support is available
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user