MCPcopy Create free account
hub / github.com/cifertech/DisplayKit / sortFiles

Function sortFiles

scripts/generate_icon_manifests.mjs:33–35  ·  view source on GitHub ↗
(files)

Source from the content-addressed store, hash-verified

31}
32
33function sortFiles(files) {
34 return [...files].sort((a, b) => a.localeCompare(b, "en"));
35}
36
37async function writeIfChanged(filePath, content) {
38 let prev = null;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected