How to search the docs for the correct datatype returned by each function?
Since I'm using typescript, quite often I am welcomed by eslint errors. For eample:
Here, how can I specify the datatype for
error
?
The documentation does not specify any types. The documentation only shows examples.2 Replies