UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

3 lines 72 B
export default function demo (input: int8): int8 { return input + 1; }