UNPKG

tf2-item-format

Version:
11 lines 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = default_1; const exceptions_1 = require("./exceptions"); function default_1(schema, name) { const vintageCount = name.match(/Vintage /g); return (!!vintageCount && (vintageCount.length === 2 || !(0, exceptions_1.isQualityException)(schema, 'Vintage', name))); } //# sourceMappingURL=isVintage.js.map