UNPKG

@awayjs/core

Version:
17 lines (16 loc) 316 B
var URLRequestMethod = /** @class */ (function () { function URLRequestMethod() { } /** * * @type {string} */ URLRequestMethod.POST = 'POST'; /** * * @type {string} */ URLRequestMethod.GET = 'GET'; return URLRequestMethod; }()); export { URLRequestMethod };