UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

4 lines (3 loc) 238 B
import { type MutexInterface } from 'async-mutex'; export declare function getMutex(key: string, namespace?: string): MutexInterface; export declare function acquireLock(key: string, namespace?: string): Promise<MutexInterface.Releaser>;