Interface XML

interface XML {
    name: string;
    options: { root: { required: false; type: "object" } };
    create(options: XMLOptions): XMLFS;
    isAvailable(): boolean;
}

Hierarchy

  • _XML
    • XML

Properties

Methods

Properties

name: string = 'XML'
options: { root: { required: false; type: "object" } } = ...

Methods

  • Returns boolean