type.js 88 B

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