|
|
|
|
|
by epolanski
590 days ago
|
|
Suppose you declare some: const transformFoo: (foos: Foo[]) => Bar and you start implementing it and get stuck with some callback or whatever you can put a `hole` and it will tell you the type signature of what you're missing. |
|