D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
baileys
/
lib
/
Utils
/
Filename :
make-mutex.d.ts
back
Copy
export declare const makeMutex: () => { mutex<T>(code: () => Promise<T> | T): Promise<T>; }; export type Mutex = ReturnType<typeof makeMutex>; export declare const makeKeyedMutex: () => { mutex<T>(key: string, task: () => Promise<T> | T): Promise<T>; }; //# sourceMappingURL=make-mutex.d.ts.map