UNPKG

hellohello234

Version:

Simple calculator API hosted on APIMATIC

19 lines (15 loc) 321 B
/** * This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ) */ 'use strict'; /** * Creates an instance of HttpResponse */ class HttpResponse { constructor() { this.statusCode = null; this.body = null; this.headers = null; } } module.exports = HttpResponse;