UNPKG
@markg85/webdav-server
Version:
latest (2.6.2)
2.6.2
WebDAV Server
github.com/OpenMarshal/npm-WebDAV-Server
OpenMarshal/npm-WebDAV-Server
@markg85/webdav-server
/
lib
/
resource
/
v1
/
lock
/
LockType.d.ts
8 lines
(7 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
LockType
{
value
:
string
;
static
Write
:
LockType
;
constructor
(
value
:
string
);
toString
():
string
;
isSame
(
scope
:
LockType
):
boolean
; }