1
2
3
4
5
6
//! A crate for representing and creating TypeScript type definitions as values,
//! i. e. a subset of the TypeScript abstract syntax.

mod ast;

pub use ast::*;