UNPKG

pipebomb.js

Version:

Library for interacting with Pipe Bomb servers

8 lines 247 B
export default class Response { constructor(statusCode, statusMessage, response) { this.statusCode = statusCode; this.statusMessage = statusMessage; this.response = response; } } //# sourceMappingURL=Response.js.map