UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

6 lines (5 loc) 107 B
import {User} from './export-class'; export default function demo () { let user; user = new User(); };