Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
g12i authored Nov 4, 2024
1 parent 2d41a09 commit e7aeb04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,3 @@ type BuiltIns = Primitive | void | Date | RegExp
type Primitive = null | undefined | string | number | boolean | symbol | bigint

export type FetchOptions = Omit<RequestInit, 'method' | 'body'>

0 comments on commit e7aeb04

Please sign in to comment.