pub fn strip(top_level_mark: Mark) -> 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.