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 05feb80 commit 4f1be84Copy full SHA for 4f1be84
src/versions.ts
@@ -88,7 +88,7 @@ const NUM_SUPPORTED_MAJORS = 4;
88
export class BaseVersions implements Versions {
89
private readonly map = new Map<string, SemVer>();
90
91
- protected setVersions(val: unknown) {
+ protected setVersions(val: unknown): void {
92
// build the array
93
let parsed: Array<SemVer | null> = [];
94
if (isArrayOfVersionObjects(val)) {
0 commit comments