UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

20 lines (10 loc) 151 B
export class Thing { parent: ?Thing; something (): Thing { return this; } ['foo'] () { } } export default function demo () { };