UNPKG
@documentica/webdav
Version:
latest (0.1.3)
0.1.3
Documentica Webdav Client
github.com/hrtemel/documentica-webdav
hrtemel/documentica-webdav
@documentica/webdav
/
codecs
/
PrincipalCodec.d.ts
6 lines
(5 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
import
Property
from
'../Property'
;
import
{
IDavCodec
}
from
'../types'
;
export
declare
function
fromXML
(
nodeList
:
NodeList
):
string
|
3
|
4
|
5
|
6
|
Property
|
null
|
undefined
;
declare
const
codec
:
IDavCodec
;
export
default
codec;