UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

4 lines (3 loc) 66 B
export default function demo <T>(value: T): T { return value; }