UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

4 lines 107 B
export default function demo (input: Class): Class { input.prototype.foo = () => 'bar'; return input; }