UNPKG

@gatling.io/core

Version:

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

6 lines (5 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rendezVousImpl = void 0; const rendezVousImpl = (jvmRendezVous, wrap) => (users) => wrap(jvmRendezVous.rendezVous(users)); exports.rendezVousImpl = rendezVousImpl;