UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

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