chore: small update

This commit is contained in:
BluJ
2023-05-03 10:16:00 -06:00
parent 31c2131ca9
commit e2867420b6
4 changed files with 8 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ export class EmVer {
* Or an already made emver
* IsUnsafe
*/
static from(range: ValidEmVer | EmVer): EmVer {
static from(range: string | EmVer): EmVer {
if (range instanceof EmVer) {
return range
}