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