UNPKG
drop-rate
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
The solution for drop rates !
github.com/bachtuyetx7chulun/drop-rate
bachtuyetx7chulun/drop-rate
drop-rate
/
lib
/
index.d.ts
6 lines
(5 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IRandomParams
}
from
"./interface"
;
declare
const
_default
: {
calculate
:
(
arr
:
IRandomParams
[]
) =>
any
; };
export
default
_default;