UNPKG

tf2-item-format

Version:
13 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasDefindex = hasDefindex; /** * Checks if value is defindex, * can be used for textures or item defindexes or quality. * @param defindex * @returns */ function hasDefindex(defindex) { return !!defindex || defindex === 0; } //# sourceMappingURL=guards.js.map