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.

6 lines 212 B
export declare class ProcessLock { private static locks; static lock(type: string | string[]): Promise<void>; static unlock(type: string | string[]): void; } //# sourceMappingURL=process-lock.d.ts.map