Skip to content

Commit

Permalink
Update get_mime_type.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Oct 20, 2023
1 parent e1e09ac commit 2cc4ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mime_types/get_mime_type.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MIMETypesObject } from "./mime_type_object.d.ts";
import { MIMETypesObject } from "./mime_types_object.d.ts";

/**
* This function returns the correct MIME type based on the file extension. If the extension does not exist on the MIME
Expand Down

0 comments on commit 2cc4ead

Please sign in to comment.