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 74ce3a9 commit b99f6deCopy full SHA for b99f6de
src/models/bom.ts
@@ -50,7 +50,6 @@ export class Bom {
50
51
/**
52
* @throws {@link TypeError} if `op.version` is neither {@link PositiveInteger} nor `undefined`
53
- * @throws {@link TypeError} if `op.serialNumber` is neither {@link UrnUuid} nor `undefined`
54
*/
55
constructor (op: OptionalBomProperties = {}) {
56
this.metadata = op.metadata ?? new Metadata()
0 commit comments