Files
openclaw/scripts/lib/repo-root.d.mts
T
Peter Steinberger ea2c6a63c9 refactor(scripts): adopt shared scaffolding (#118514)
* refactor(scripts): adopt shared scaffolding

* fix(scripts): satisfy strict tooling checks

* fix(scripts): preserve scaffolding contracts
2026-08-03 04:40:30 -07:00

3 lines
142 B
TypeScript

/** Resolves the repository root by walking upward from the caller module. */
export function resolveRepoRoot(importMetaUrl: string): string;