You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! I saw the this syntax, but assumed it meant you had to be returning the exact same object - but I guess it really doesn't matter from a typing perspective - at least at the level of detail we're currently using.
* `clone()` and `with()` now return `this` type
* type sig added for `getMergedOptions()`
* made `endpointName` optional in FetchOpts
* make Opts more open to allow for custom opts
* run typedefs thru prettier --single-quote
Fixes: #104Fixes: #105
The return values for
gofer/lib/typedefs.d.ts
Lines 23 to 25 in 02c190f
Gofer
- they should be whatever the subclass is - I'm not sure how to properly declare this in typescriptThe text was updated successfully, but these errors were encountered: