UNPKG

@gatling.io/core

Version:

Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).

8 lines (7 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wrapOn = void 0; const wrapOn = (jvmOn, wrap) => ({ on: (executable, ...executables) => wrap(jvmOn.on(executable._underlying, ...executables.map((e) => e._underlying))) }); exports.wrapOn = wrapOn;