UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

12 lines 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runSteps = runSteps; const node_perf_hooks_1 = require("node:perf_hooks"); function runSteps(steps, timings) { for (const { name, step } of steps) { const startedAt = node_perf_hooks_1.performance.now(); step(); timings.push({ name, durationMs: node_perf_hooks_1.performance.now() - startedAt }); } } //# sourceMappingURL=run-steps.js.map