Skip to content

Commit

Permalink
chore: add options method to the types
Browse files Browse the repository at this point in the history
  • Loading branch information
svedova committed Apr 24, 2023
1 parent 680d72f commit c820c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/filesys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export type Method =
| "put"
| "delete"
| "head"
| "options"
| "all";

export const parseFileName = (
Expand Down

0 comments on commit c820c38

Please sign in to comment.