mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 16:28:26 +00:00
3 lines
159 B
TypeScript
3 lines
159 B
TypeScript
export type { FileLockHandle, FileLockOptions } from "../plugin-sdk/file-lock.js";
|
|
export { acquireFileLock, withFileLock } from "../plugin-sdk/file-lock.js";
|