UNPKG

reactotron-core-client

Version:

Grants Reactotron clients the ability to talk to a Reactotron server.

14 lines (13 loc) 232 B
"use strict"; /** * Clears the reactotron server. */ const clear = () => reactotron => { return { features: { clear: () => reactotron.send("clear") } }; }; export default clear; //# sourceMappingURL=clear.js.map