epubcheck-ts
    Preparing search index...

    Interface EpubCheckOptions

    Options for EpubCheck

    interface EpubCheckOptions {
        includeInfo?: boolean;
        includeUsage?: boolean;
        locale?: string;
        maxErrors?: number;
        profile?: EPUBProfile;
        version?: EPUBVersion;
    }
    Index

    Properties

    includeInfo?: boolean

    Whether to include info messages

    includeUsage?: boolean

    Whether to include usage messages

    locale?: string

    Locale for messages (e.g., 'en', 'de', 'fr')

    maxErrors?: number

    Maximum number of errors before stopping (0 = unlimited)

    profile?: EPUBProfile

    Validation profile

    version?: EPUBVersion

    EPUB version to validate against (auto-detected if not specified)