prettier/tests/flow_generic/type.js

3 lines
49 B
JavaScript

type F = <T>(T) => T;
type G = (<A, B>(A) => B);