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) 272 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 {};