@alithanar/react-automation-profiler
Version:
Automated React profiling and data visualization using React's Profiler API, Puppeteer, and D3.
9 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OutputType = void 0;
var OutputType;
(function (OutputType) {
OutputType["CHART"] = "chart";
OutputType["JSON"] = "json";
})(OutputType = exports.OutputType || (exports.OutputType = {}));
//# sourceMappingURL=interfaces.js.map