Skip to content

Commit

Permalink
style: remove trailing whitespace (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 3, 2024
1 parent eb58232 commit 9ae2a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare namespace fastContentTypeParse {
export function parse(header: string): ContentType;
export function safeParse(header: string): ContentType;
export const defaultContentType: ContentType;

const fastContentTypeParse: FastContentTypeParse
export { fastContentTypeParse as default }
}
Expand Down

0 comments on commit 9ae2a19

Please sign in to comment.