MCPcopy Index your code
hub / github.com/nodejs/corepack / genlist.ts

File genlist.ts

genlist.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {readFileSync} from 'fs';
2import semverCompare from 'semver/functions/compare';
3
4const lines = readFileSync(0, `utf8`).split(/\n/).filter(line => line);

Callers

nothing calls this directly

Calls 1

logMethod · 0.80

Tested by

no test coverage detected