package sugoi.form; interface Formatter { function format(data:Dynamic):String; }