UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

3 lines 80 B
export default function demo ({y = '123'}: {y: string;}): string { return y; }