1.7.4 • Published 6 months ago

@types/artillery v1.7.4

Weekly downloads
1,863
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/artillery

Summary

This package contains type definitions for artillery (https://github.com/artilleryio/artillery).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/artillery.

index.d.ts

// Type definitions for artillery 1.6
// Project: https://github.com/artilleryio/artillery
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import * as request from 'request';
import * as events from 'events';

export interface ScenarioContext { vars: {[key: string]: any}; }
export type Next = (err?: Error) => void;
export type ResponseRequest = request.ResponseRequest;
export type RequestResponse = request.RequestResponse;
export type EventEmitter = events.EventEmitter;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:15 GMT
  • Dependencies: @types/request
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.7.4

6 months ago

1.7.3

7 months ago

1.7.2

7 months ago

1.7.1

8 months ago

1.7.0

1 year ago

1.6.3

2 years ago

1.6.2

5 years ago

1.6.1

7 years ago

1.6.0

7 years ago