mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
export function collectExcludedPackagedExtensionDirs(rootPackageJson: {
|
|
files?: unknown[];
|
|
}): Set<string>;
|