UNPKG

artillery

Version:

Cloud-scale load testing. https://www.artillery.io

14 lines (13 loc) 771 B
// IMPORTANT: this file must stay free of TypeScript-only syntax // (annotations, casts). It is the package entry that CommonJS // consumers reach via require(); require-extension hooks (e.g. // pirates via @tapjs/processinfo) bypass Node's native type // stripping for directly-required files. Erasure-identical source // keeps the entry loadable everywhere; everything imported from it // loads through the ESM loader, where stripping always applies. export { default as engine_http } from "./engine_http.js"; export { default as isIdlePhase } from "./is-idle-phase.js"; export * as runner from "./runner.js"; export * as ssms from "./ssms.js"; // Side effect: sets up the global artillery object on load export { updateGlobalObject } from "./update-global-object.js";