Type Alias FormatterFn

Source
pub type FormatterFn = fn(&Path) -> Result<()>;
Expand description

The signature for a function responsible for formatter a Typescript file.