Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit cdb555e

Browse files
committed
Make MIMEType a enum rather const enum
1 parent 6874b88 commit cdb555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mime-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Select MIME type.
33
*/
4-
export const enum MIMEType {
4+
export enum MIMEType {
55
/**
66
* `text/css`
77
*/

0 commit comments

Comments
 (0)