UNPKG

reactotron-core-client

Version:

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

17 lines (16 loc) 514 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _reactotronCoreClient = require("./reactotron-core-client"); Object.keys(_reactotronCoreClient).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _reactotronCoreClient[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _reactotronCoreClient[key]; } }); }); //# sourceMappingURL=index.js.map