diedeadcode 0.1.0

Conservative TypeScript dead code detection with transitive analysis and confidence scoring
Documentation
1
2
3
4
5
6
7
//! Configuration loading and schema.

pub mod loader;
pub mod schema;

pub use loader::*;
pub use schema::*;