UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

8 lines (7 loc) 111 B
let T = { Object, Array, } export default function demo (foo: T.Object|T.Array): boolean { return true }