UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

6 lines 104 B
export default function demo (input: { greeting: string; id: number; }): boolean { return false; }