UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

5 lines (4 loc) 97 B
export default function demo (input) { let func = (arg : number) => arg return func(input) }