We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c447e7 commit d0cb60fCopy full SHA for d0cb60f
modules/material-management/src/index.ts
@@ -76,7 +76,7 @@ export {
76
readOnlyProperty,
77
} from './immutable_class'
78
79
-export { needs} from './needs'
+export { needs } from './needs'
80
export { cloneMaterial } from './clone_cryptographic_material'
81
82
export * from './types'
modules/material-management/src/needs.ts
@@ -21,4 +21,3 @@ export function needs(
21
throw new Err(errorMessage)
22
}
23
24
-
0 commit comments