pub type FormatterFn = fn(&Path) -> Result<()>;
The signature for a function responsible for formatter a Typescript file.