From b5028b696aa3dc83876af39d143be1c4fb4edd32 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Sun, 29 Oct 2023 20:14:14 +0100 Subject: [PATCH] chore: remove JSDoc comment --- src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index ba10369..be92d22 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,9 +6,6 @@ import { mergeFetchOptions } from './utils' const payloadMethods = ['POST', 'PUT', 'DELETE', 'PATCH'] -/** - * Minimal, type-safe REST client using JS proxies - */ export function createClient( defaultOptions: Omit, 'method'> = {}, ): ApiClient {