diff --git a/.github/CI_Checks.yml b/.github/workflows/CI_Checks.yml similarity index 100% rename from .github/CI_Checks.yml rename to .github/workflows/CI_Checks.yml diff --git a/packages/fetch-plus-plus/index.d.ts b/packages/fetch-plus-plus/index.d.ts index a648667..ace858d 100644 --- a/packages/fetch-plus-plus/index.d.ts +++ b/packages/fetch-plus-plus/index.d.ts @@ -19,4 +19,4 @@ declare function fetchPlusPlus( url: Request['url'], options?: RequestInit & ExtendedOptions ): Promise -export default fetchPlusPlus +export = fetchPlusPlus