UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

3 lines 85 B
export default function demo (input: {name: string}): string { return input.name; }