MCPcopy Create free account
hub / github.com/Effect-TS/effect / compareStrings

Function compareStrings

packages/tools/api-diff/src/MigrationDoc.ts:68–68  ·  view source on GitHub ↗
(left: string, right: string)

Source from the content-addressed store, hash-verified

66}
67
68const compareStrings = (left: string, right: string): number => left < right ? -1 : left > right ? 1 : 0
69
70const isBreakingChange = (change: ApiChange): boolean => {
71 if (change.classification !== "parameter-added") {

Callers 1

migrationEntriesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected