Function swc_ecma_transforms_typescript::strip::strip[][src]

pub fn strip() -> impl Fold + VisitMut
Expand description

Strips type annotations out.

See the examples directory of the crate to see how you can transpile a typescript file to a javascript file.