UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

5 lines (4 loc) 107 B
// typecheck: ignore file export default function demo (input: string = false): number { return false; }