UNPKG

@gatling.io/core

Version:

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

7 lines (6 loc) 370 B
import JvmSession = io.gatling.javaapi.core.Session; type JvmExpression<T> = (arg: JvmSession) => T; export declare const asByteArray: (v: number[]) => number[]; export declare const asByteArrayFunction: (f: JvmExpression<number[]>) => JvmExpression<number[]>; export declare const asByteArrayMap: (map: Record<string, number[]>) => Record<string, number[]>; export {};