UNPKG

@uploadx/core

Version:
6 lines (5 loc) 149 B
import { Cache } from './index'; export declare class Locker extends Cache<string> { lock(key: string): string; unlock(key: string): void; }