Skip to content

Commit

Permalink
chore: remove JSDoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Oct 29, 2023
1 parent 8acc2d9 commit b5028b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<R extends ResponseType = 'json'>(
defaultOptions: Omit<FetchOptions<R>, 'method'> = {},
): ApiClient {
Expand Down

0 comments on commit b5028b6

Please sign in to comment.