export interface FormatterInterface { format(rawValue: any): string; parse?(input: string): any; }
info at jsclasses dot org