UNPKG

428 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class CodegenResponse {
4 constructor() {
5 this.headers = [];
6 this.isBinary = false;
7 }
8 isWildcard() {
9 return '0' === this.code || 'default' === this.code;
10 }
11 toString() {
12 return `${this.code}(${this.containerType})`;
13 }
14}
15exports.default = CodegenResponse;
16//# sourceMappingURL=CodegenResponse.js.map
\No newline at end of file