diedeadcode 0.1.0

Conservative TypeScript dead code detection with transitive analysis and confidence scoring
Documentation
1
2
3
4
5
6
7
8
9
//! CLI command implementations.

pub mod analyze;
pub mod init;
pub mod watch;

pub use analyze::run_analyze;
pub use init::run_init;
pub use watch::run_watch;