UNPKG

@softwareventures/maintain-project

Version:

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

3 lines (2 loc) 133 B
import type { Comparison } from "@softwareventures/ordered"; export declare function looseCompare(a: string, b: string): Comparison;