reactotron-core-client
Version:
Grants Reactotron clients the ability to talk to a Reactotron server.
18 lines (17 loc) • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* Clears the reactotron server.
*/
const clear = () => reactotron => {
return {
features: {
clear: () => reactotron.send("clear")
}
};
};
var _default = exports.default = clear;
//# sourceMappingURL=clear.js.map