5 lines
87 B
Haxe
5 lines
87 B
Haxe
package js.html;
|
|
|
|
typedef IRandomSource = {
|
|
function getRandomValues<T>(array:T):T;
|
|
}; |