We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cb566 commit e68b2bcCopy full SHA for e68b2bc
src/factories/fromPath.node.ts
@@ -23,7 +23,7 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
23
24
import {readFileSync} from "fs";
25
26
-import {getMimeForTextFile, MimeType} from "../_helpers/mime";
+import {getMimeForTextFile, type MimeType} from "../_helpers/mime";
27
import {AttachmentEncoding} from "../enums/attachmentEncoding";
28
import {Attachment} from "../models/attachment";
29
0 commit comments