test.js 60 B

1234
  1. type Foo = (any) => string
  2. type Bar = { [string]: number }