UNPKG

hellohello234

Version:

Simple calculator API hosted on APIMATIC

18 lines (14 loc) 291 B
/** * This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ) */ 'use strict'; /** * Creates an instance of HttpContext. */ class HttpContext { constructor() { this.request = null; this.response = null; } } module.exports = HttpContext;