UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

5 lines (3 loc) 87 B
export default function demo ({a, b}: {a: string, b: number}): string { return a; }