Skip to content

Commit 220e527

Browse files
committed
fix: handle declarations problem
1 parent 3e2176e commit 220e527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/ngVersion.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import {Version, VERSION} from '@angular/core';
2-
import {SemVerDSL as DSL} from 'semver-dsl';
2+
import {SemVerDSL as DSL, ISemVerDSL} from 'semver-dsl';
33

4-
export const SemVerDSL = DSL(VERSION.full);
4+
export const SemVerDSL: ISemVerDSL = DSL(VERSION.full);

0 commit comments

Comments
 (0)