Files
kiss-flixel/feedback-server/externs/js/html/IRandomSource.hx

5 lines
87 B
Haxe

package js.html;
typedef IRandomSource = {
function getRandomValues<T>(array:T):T;
};