UNPKG

@markg85/webdav-server

Version:
8 lines (7 loc) 175 B
export declare class LockType { value: string; static Write: LockType; constructor(value: string); toString(): string; isSame(scope: LockType): boolean; }