UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

7 lines 297 B
export declare class MultiProcessLock { private static multiLocks; static addLocks(key: string, quantity?: number): void; static lock(key: string, locks?: number): Promise<void>; static unlock(key: string, unlocks?: number): void; } //# sourceMappingURL=multi-process-lock.d.ts.map