UNPKG

genshin_panel

Version:
8 lines (7 loc) 252 B
import Attribute from "./attribute"; export declare class AttributeConstraint { from: string[]; to: string[]; f: (attribute: Attribute) => number; constructor(from: string[], to: string[], f: (attribute: Attribute) => number); }