5 lines
62 B
Haxe
5 lines
62 B
Haxe
package js.html;
|
|
|
|
typedef Algorithm = {
|
|
var name : String;
|
|
}; |