UNPKG
genshin_panel
Version:
latest (2.22.0)
2.22.0
2.21.0
2.20.4
2.20.3
2.20.2
2.20.1
2.20.0
2.19.3
2.19.2
2.19.1
2.19.0
2.18.2
2.18.1
2.18.0
2.17.0
2.16.0
2.15.3
2.15.2
2.15.1
2.15.0
2.14.2
2.14.1
2.14.0
2.13.1
2.13.0
2.12.1
2.12.0
2.11.0
2.10.1
2.10.0
2.9.0
2.8.2
2.8.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
genshin panel calculator
github.com/wormtql/genshin_panel
wormtql/genshin_panel
genshin_panel
/
dist
/
attribute
/
constraint.d.ts
8 lines
(7 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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
); }