mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 19:40:45 +00:00
chore: trim unused wrapper exports
This commit is contained in:
@@ -7,11 +7,6 @@ import { defaultRuntime } from "../runtime.js";
|
||||
import { normalizeLowercaseStringOrEmpty } from "../shared/string-coerce.js";
|
||||
import { theme } from "../terminal/theme.js";
|
||||
|
||||
export {
|
||||
extractInstalledNpmHookPackageName,
|
||||
extractInstalledNpmPackageName,
|
||||
} from "./plugins-install-records.js";
|
||||
|
||||
type HookInternalEntryLike = Record<string, unknown> & { enabled?: boolean };
|
||||
|
||||
export function resolveFileNpmSpecToLocalPath(
|
||||
|
||||
Reference in New Issue
Block a user