You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
304 B
6 lines
304 B
/**
|
|
* Creates a console object that delegates calls to the specified underlying console and also sends
|
|
* the messages to the development environment over a remote connection.
|
|
*/
|
|
export declare function createRemoteConsole(originalConsole: Console): Console;
|
|
//# sourceMappingURL=RemoteConsole.d.ts.map
|