mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:40:44 +00:00
refactor: hide script helper internals
This commit is contained in:
@@ -8,7 +8,6 @@ export type BundledExtensionSourceClassification = {
|
||||
isProductionSource: boolean;
|
||||
};
|
||||
|
||||
export function normalizeExtensionSourcePath(filePath: string): string;
|
||||
export function classifyBundledExtensionSourcePath(
|
||||
filePath: string,
|
||||
): BundledExtensionSourceClassification;
|
||||
|
||||
Reference in New Issue
Block a user