UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

3 lines 83 B
export default async function demo (input: string[]): string { return input[0]; }