@ncodedcode/ncode_react_lib
Version:
ncode react application context library
13 lines • 555 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NCNetworkMethod = exports.NCNetworkingClassName = void 0;
exports.NCNetworkingClassName = "NCNetworking";
var NCNetworkMethod;
(function (NCNetworkMethod) {
NCNetworkMethod["GET"] = "GET";
NCNetworkMethod["POST"] = "POST";
NCNetworkMethod["PUT"] = "PUT";
NCNetworkMethod["PATCH"] = "PATCH";
NCNetworkMethod["DELETE"] = "DELETE";
})(NCNetworkMethod = exports.NCNetworkMethod || (exports.NCNetworkMethod = {}));
//# sourceMappingURL=NCNetworking.js.map