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 cf41fbf commit 9054ed8Copy full SHA for 9054ed8
src/utils/validate-assertions.ts
@@ -3,8 +3,7 @@
3
* @module mlly/utils/validateAssertions
4
*/
5
6
-import type { Format } from '#src/enums'
7
-import { AssertType } from '#src/enums'
+import { AssertType, type Format } from '#src/enums'
8
import type { ImportAssertions } from '#src/interfaces'
9
import FORMAT_TYPE_MAP from '#src/internal/format-type-map'
10
import validateObject from '#src/internal/validate-object'
0 commit comments