diedeadcode 0.1.0

Conservative TypeScript dead code detection with transitive analysis and confidence scoring
Documentation
1
2
3
4
5
6
7
//! Core types and error definitions.

pub mod error;
pub mod types;

pub use error::*;
pub use types::*;