6 lines
84 B
Haxe
6 lines
84 B
Haxe
package sugoi.form;
|
|
|
|
interface Formatter
|
|
{
|
|
function format(data:Dynamic):String;
|
|
} |