tf2-item-format
Version:
Format's TF2 items like backpack.tf does
10 lines • 329 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
/**
* If econ contains `app_data` property it means we can set few extra attributes
*/
function default_1(item) {
return Object.prototype.hasOwnProperty.call(item, 'app_data');
}
//# sourceMappingURL=hasAppData.js.map