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

Function getIconPackageFolder

scripts/buildIcons.js:68–70  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

66 });
67
68function getIconPackageFolder(name) {
69 return path.resolve(path.join(__dirname, '..', 'packages', '@spectrum-icons', name));
70}
71
72async function isNewerThan(a, b) {
73 let a_mtime = (await fs.promises.stat(a)).mtime;

Callers 1

buildIcons.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected