UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines 184 B
//#region node_modules/@openclaw/fs-safe/dist/async-lock.d.ts declare function createAsyncLock(): <T>(fn: () => Promise<T>) => Promise<T>; //#endregion export { createAsyncLock as t };