UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

6 lines 199 B
import { lt } from "semver"; import { looseCoerce } from "./loose-coerce.js"; export function looseLt(v1, v2) { return lt(looseCoerce(v1), looseCoerce(v2)); } //# sourceMappingURL=loose-lt.js.map