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 451be5f commit eaa9b72Copy full SHA for eaa9b72
src/serialize/index.common.ts
@@ -21,7 +21,8 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
21
22
export * from './bomRefDiscriminator'
23
export * from './errors'
24
-export type * as Types from './types'
+/* eslint-disable-next-line @typescript-eslint/consistent-type-exports -- backwards-compat TS4 */
25
+export * as Types from './types'
26
27
// region base
28
src/validation/index.common.ts
@@ -18,4 +18,5 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
18
*/
19
20
0 commit comments