UNPKG

chzzk-z

Version:

chzzk-z is naver streaming platform Chzzk Library

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