MCPcopy Create free account
hub / github.com/adobe/react-spectrum / getCssFiles

Function getCssFiles

scripts/syncStarterCss.mjs:72–74  ·  view source on GitHub ↗
(directory)

Source from the content-addressed store, hash-verified

70}
71
72function getCssFiles(directory) {
73 return new Set(fs.readdirSync(directory).filter(file => file.endsWith('.css')));
74}

Callers 1

syncStarterCss.mjsFile · 0.85

Calls 1

filterMethod · 0.65

Tested by

no test coverage detected