Skip to content

Commit

Permalink
api: add undocumented defaults property
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed May 31, 2021
1 parent 08b75f7 commit f0b8817
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mw/Api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ declare global {
*/
constructor(options?: ApiOptions);

/**
* @private
*/
defaults: ApiOptions;

/**
* Abort all unfinished requests issued by this Api object.
*
Expand Down

0 comments on commit f0b8817

Please sign in to comment.