UNPKG

perfrunner-core

Version:

Automated UI performance test tool to measure performance changes for the web apps and sites

9 lines (8 loc) 612 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.asyncToArray = exports.iterateAsync = exports.orderByDescending = void 0; const array_1 = require("./array"); Object.defineProperty(exports, "orderByDescending", { enumerable: true, get: function () { return array_1.orderByDescending; } }); const async_1 = require("./async"); Object.defineProperty(exports, "iterateAsync", { enumerable: true, get: function () { return async_1.iterateAsync; } }); Object.defineProperty(exports, "asyncToArray", { enumerable: true, get: function () { return async_1.asyncToArray; } });