dprint-plugin-typescript 0.95.15

TypeScript and JavaScript code formatter.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod extensions;
mod flatten_assign_expr;
mod flatten_binary_expr;
mod flatten_curried_arrows;
mod flatten_member_like_expr;
mod helpers;

pub use extensions::*;
pub use flatten_assign_expr::*;
pub use flatten_binary_expr::*;
pub use flatten_curried_arrows::*;
pub use flatten_member_like_expr::*;
pub use helpers::*;