UNPKG

@baqhub/sdk

Version:

The official JavaScript SDK for the BAQ federated app platform.

16 lines (15 loc) 421 B
"use strict"; // // Model. // Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpMethod = void 0; var HttpMethod; (function (HttpMethod) { HttpMethod["HEAD"] = "HEAD"; HttpMethod["GET"] = "GET"; HttpMethod["POST"] = "POST"; HttpMethod["PUT"] = "PUT"; HttpMethod["PATCH"] = "PATCH"; HttpMethod["DELETE"] = "DELETE"; })(HttpMethod || (exports.HttpMethod = HttpMethod = {}));