From c820c386aa99409e68118c5a941b68591f113baa Mon Sep 17 00:00:00 2001 From: Savas Vedova Date: Mon, 24 Apr 2023 19:18:58 +0300 Subject: [PATCH] chore: add options method to the types --- src/utils/filesys.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/filesys.ts b/src/utils/filesys.ts index 22cfbd3..1f5dfbb 100644 --- a/src/utils/filesys.ts +++ b/src/utils/filesys.ts @@ -47,6 +47,7 @@ export type Method = | "put" | "delete" | "head" + | "options" | "all"; export const parseFileName = (