UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

3 lines 64 B
export default function demo (input: 1|2): 3 { return 1 + 2; }