UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

3 lines 86 B
export default function demo (input: string = 123): string { return input + input; }