@alithanar/react-automation-profiler
Version:
Automated React profiling and data visualization using React's Profiler API, Puppeteer, and D3.
9 lines • 504 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.AutomationProfiler = void 0;
var AutomationProfiler_1 = require("./react/AutomationProfiler");
Object.defineProperty(exports, "AutomationProfiler", { enumerable: true, get: function () { return __importDefault(AutomationProfiler_1).default; } });
//# sourceMappingURL=index.js.map