ts.addParser({id:"currency",is:function(s){return /^[£$€?.]/.test(s);},});