We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2176e commit 220e527Copy full SHA for 220e527
src/util/ngVersion.ts
@@ -1,4 +1,4 @@
1
import {Version, VERSION} from '@angular/core';
2
-import {SemVerDSL as DSL} from 'semver-dsl';
+import {SemVerDSL as DSL, ISemVerDSL} from 'semver-dsl';
3
4
-export const SemVerDSL = DSL(VERSION.full);
+export const SemVerDSL: ISemVerDSL = DSL(VERSION.full);
0 commit comments