UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

4 lines 100 B
export default function demo () { const strategies = []; for (const strategy of strategies) {} }