UNPKG

@softwareventures/maintain-project

Version:

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

6 lines 218 B
import { sort } from "@softwareventures/array"; import { looseCompare } from "./loose-compare.js"; export function looseSort(versions) { return sort(versions, looseCompare); } //# sourceMappingURL=loose-sort.js.map