UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

3 lines 104 B
export default function demo (foo: string, bar: number): boolean { return foo.length > 0 && bar > 0; }