UNPKG

@documentica/webdav

Version:
6 lines (5 loc) 235 B
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;