Appearance
no-type
Removes TypeScript type annotations.
/// no-type
/// nt
/// no-type const foo: string = 'foo'
Will be converted to:
const foo = 'foo'