@gatling.io/core
Version:
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
9 lines (8 loc) • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.asByteArrayFunction = exports.asByteArray = void 0;
const ByteArrays = Java.type("io.gatling.js.callbacks.ByteArrays");
const asByteArray = (v) => ByteArrays.asByteArray(v);
exports.asByteArray = asByteArray;
const asByteArrayFunction = (f) => ByteArrays.asByteArrayFunction(f);
exports.asByteArrayFunction = asByteArrayFunction;