react-native-trimmer
Version:
A Trimmer component that renders in iOS and Android and built entirely in React Native.
10 lines (9 loc) • 361 B
TypeScript
/**
* 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.
*/
declare function createRemoteConsole(originalConsole: Console): Console;
declare const _default: {
createRemoteConsole: typeof createRemoteConsole;
};
export default _default;