UNPKG

@gatling.io/cli

Version:

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

7 lines (6 loc) 178 B
export interface Logger { debug: (message: string) => void; info: (message: string) => void; error: (message: string) => void; } export declare const logger: Logger;