UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 298 B
import "./fs-safe-defaults-DGE52WTl.js"; import { root } from "@openclaw/fs-safe/root"; //#region src/infra/root-walk.ts async function* walkRootDirectory(rootDir, relativePath, options) { yield* (await root(rootDir)).walk(relativePath, options); } //#endregion export { walkRootDirectory as t };