UNPKG

@markg85/webdav-server

Version:
9 lines (8 loc) 212 B
export declare class LockScope { value: string; static Shared: LockScope; static Exclusive: LockScope; constructor(value: string); toString(): string; isSame(scope: LockScope): boolean; }