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