prettier/tests/flow_generic/type.js

4 lines
88 B
JavaScript

type F = <T>(T) => T;
type G = (<A, B>(A) => B);
type H = { 'A': string, "B": number };