UNPKG

tf2-item-format

Version:
10 lines 329 B
"use strict"; 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