UNPKG

borderlands2

Version:

Borderlands 2 weapon damage and DPS calculation library

7 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function WeaponTypeDecorator(type) { return function (weapon, context) { return type === weapon.type; }; } exports.WeaponTypeDecorator = WeaponTypeDecorator; //# sourceMappingURL=decorator.js.map