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

8 lines
166 B
Haxe

package js.html;
@:native("MSAssertion") extern class MSAssertion {
function new();
final id : String;
final type : String;
static var prototype : MSAssertion;
}