MCPcopy Index your code
hub / github.com/adobe/react-spectrum / formatSpecifierList

Function formatSpecifierList

scripts/reportExports.js:220–224  ·  view source on GitHub ↗
(specifiers)

Source from the content-addressed store, hash-verified

218}
219
220function formatSpecifierList(specifiers) {
221 return Array.from(specifiers)
222 .sort((a, b) => a.localeCompare(b))
223 .join(', ');
224}

Callers 1

getExportNotesFunction · 0.85

Calls 1

sortMethod · 0.65

Tested by

no test coverage detected