opds-ts - v2.1.0
    Preparing search index...

    Interface SerializationOptions

    interface SerializationOptions {
        baseUrl?: string;
        prettyPrint?: boolean;
    }
    Index

    Properties

    baseUrl?: string

    Base URL to resolve relative links (optional).

    prettyPrint?: boolean

    Whether to pretty print the XML (default: true).