UNPKG

borderlands2

Version:

Borderlands 2 weapon damage and DPS calculation library

5 lines (4 loc) 233 B
import { Weapon, Type } from "../../weapon"; import { Context } from "../../context"; export declare type Decorator = (weapon: Weapon, context: Context) => boolean; export declare function WeaponTypeDecorator(type: Type): Decorator;