1
2
3
4
5
6
7
8
#![warn(missing_docs)]

//! 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::*;