openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
10 lines (9 loc) • 401 B
JavaScript
import "./fs-safe-defaults-DGE52WTl.js";
import { acquireFileLockSync, createFileLockManager } from "@openclaw/fs-safe/file-lock";
//#region src/infra/file-lock-manager.ts
/** Recover the full runtime Root type for core-only lockRoot use. */
function asFsSafeFileLockRoot(root) {
return root;
}
//#endregion
export { asFsSafeFileLockRoot as n, createFileLockManager as r, acquireFileLockSync as t };