artillery
Version:
Cloud-scale load testing. https://www.artillery.io
11 lines (9 loc) • 542 B
text/typescript
// 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 * as engine_util from './engine_util.ts';
export * as jitter from './jitter.ts';