UNPKG

cross-process-lock

Version:

Cross-process file locking solution with lock-queue

8 lines (7 loc) 208 B
/** * Releases the cross-process lock for the given file, for the actual process. * * @param file The path of the file to lock. * @returns */ export declare function unlock(file: string): Promise<void>;