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 d1fd01e commit 468d515Copy full SHA for 468d515
src/types/cwe.ts
@@ -18,7 +18,8 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
18
*/
19
20
import { SortableNumbers } from '../_helpers/sortable'
21
-import { isPositiveInteger, type PositiveInteger} from './integer'
+import type { PositiveInteger } from './integer'
22
+import { isPositiveInteger } from './integer'
23
24
/**
25
* Integer representation of a Common Weaknesses Enumerations (CWE).
0 commit comments