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
/
interface
/
index.d.ts
6 lines
(5 loc)
•
100 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IRandomParams
{
name
:
string
;
rate
:
number
; [
key
:
string
]:
any
; }