UNPKG

flow-remove-types-no-whitespace

Version:

Removes Flow type annotations from JavaScript files with speed and simplicity.

5 lines (3 loc) 46 B
// @flow var n: number = 42; console.log(n);