UNPKG

marga

Version:
12 lines (11 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Badge_1 = require("./Badge"); class TieBadge extends Badge_1.default { isPre = false; constructor(isPre = false) { super(); this.isPre = isPre; } } exports.default = TieBadge;