UNPKG

babel-plugin-typecheck

Version:

Transforms flow type annotations into runtime type checks.

5 lines (4 loc) 122 B
export * as example from "./export-type"; export default function demo (input: string): number { return input.length; }