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