openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
8 lines (7 loc) • 432 B
JavaScript
import "./fs-safe-defaults-DGE52WTl.js";
import { movePathWithCopyFallback, replaceFileAtomic, replaceFileAtomicSync } from "@openclaw/fs-safe/atomic";
//#region src/infra/replace-file.ts
/** Atomic file replacement primitive re-exported through the fs-safe defaults shim. */
const replaceFileAtomic$1 = replaceFileAtomic;
//#endregion
export { replaceFileAtomic$1 as n, replaceFileAtomicSync as r, movePathWithCopyFallback as t };