UNPKG

memfs

Version:

In-memory file-system with Node's fs API.

8 lines (7 loc) 193 B
export declare class FileLockManager { private locks; acquireLock(path: string): boolean; releaseLock(path: string): void; isLocked(path: string): boolean; clear(): void; }