UNPKG

tf2-item-format

Version:
7 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFestivized = isFestivized; function isFestivized(description) { return description.value === 'Festivized' && description.color === 'ffd700'; } //# sourceMappingURL=festivized.js.map