UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

3 lines 117 B
export default function demo (arg: string|Array<string>, fn: Function|RegExp): boolean { return arg.length > 234; }