1
2
3
4
5
6
7
8
//! # My Crate
//! This is a crate aiming towards proving (only TS for now) types as text for
//! documentation purposes. You can think of this crate as a thin [`specta`]
//! wrapper that adds helper functions to the export types to manipulated
//! produced string

mod ts;
pub use ts::generate_typedoc;