Type Alias TsCompiler

Source
pub type TsCompiler<S> = Compiler<Typescript, S>;

Aliased Typeยง

pub struct TsCompiler<S> { /* private fields */ }