UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

7 lines (6 loc) 121 B
export default function demo (input) { let a : Array = input for(let b : string of a) { let c : string = b } }