export function isNotFunctionError(input: any): void{ throw new Error(` ANG_FORMAT_ERROR: unexpected input ${JSON.stringify(input) || input.toString()} was binded to ang-format directive. ang-format directive must receive a function implementing "FormatFn" interface. formatFn(valueAtBlur: string): string `) }