Type Alias specta_typescript::FormatterFn
source ยท pub type FormatterFn = fn(_: &Path) -> Result<()>;
Expand description
The signature for a function responsible for formatter a Typescript file.
pub type FormatterFn = fn(_: &Path) -> Result<()>;
The signature for a function responsible for formatter a Typescript file.