UNPKG

@gatling.io/mqtt

Version:

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

8 lines (7 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wrapConnectActionBuilder = void 0; const wrapConnectActionBuilder = (_underlying) => ({ _underlying }); exports.wrapConnectActionBuilder = wrapConnectActionBuilder;