UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

3 lines 106 B
export default function demo (input: string): string|number { return input.length > 3 ? input : false; }