UNPKG

tf2-item-format

Version:
19 lines 755 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasTargetDefindex = hasTargetDefindex; exports.hasOutputDefindex = hasOutputDefindex; exports.hasOutputQuality = hasOutputQuality; exports.hasTexture = hasTexture; function hasTargetDefindex(attributes) { return Object.prototype.hasOwnProperty.call(attributes, 'targetDefindex'); } function hasOutputDefindex(attributes) { return Object.prototype.hasOwnProperty.call(attributes, 'outputDefindex'); } function hasOutputQuality(attributes) { return Object.prototype.hasOwnProperty.call(attributes, 'outputQuality'); } function hasTexture(attributes) { return Object.prototype.hasOwnProperty.call(attributes, 'texture'); } //# sourceMappingURL=guards.js.map