UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

10 lines 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var HttpMethod; (function (HttpMethod) { HttpMethod["GET"] = "GET"; HttpMethod["POST"] = "POST"; HttpMethod["PUT"] = "PUT"; HttpMethod["DELETE"] = "DELETE"; })(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {})); //# sourceMappingURL=HttpMethod.js.map