UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

9 lines (6 loc) 95 B
class Foo { } export default function wat (): Foo { const foo = new Foo(); return foo; }