UNPKG

249 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class CodegenSecurity {
4 toString() {
5 return `${this.name}(${this.type})`;
6 }
7}
8exports.default = CodegenSecurity;
9//# sourceMappingURL=CodegenSecurity.js.map
\No newline at end of file