Skip to content

Commit

Permalink
Add Options handler
Browse files Browse the repository at this point in the history
Options was already specified in src VERBS but not defined in Types
  • Loading branch information
exlame authored Feb 7, 2020
1 parent 71cd221 commit 51eea7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ declare class MockAdapter {
onDelete: RequestMatcherFunc;
onPatch: RequestMatcherFunc;
onList: RequestMatcherFunc;
onOptions: RequestMatcherFunc;
onAny: RequestMatcherFunc;
}

Expand Down

0 comments on commit 51eea7c

Please # to comment.