UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

5 lines (4 loc) 86 B
export default function demo (): boolean { const result = false; return result; }