internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaItemGetFilesParamsBeta

    type IaItemGetFilesParams = {
        excludePattern?: string | string[];
        files?: string | string[];
        formats?: string | string[];
        globPattern?: string | string[];
        onTheFly?: boolean;
    }
    Index

    Properties

    excludePattern?: string | string[]

    Exclude files matching the given glob pattern

    files?: string | string[]

    Only return files matching the given filenames

    formats?: string | string[]

    Only return files matching the given formats

    globPattern?: string | string[]

    Only return files matching the given glob pattern

    onTheFly?: boolean

    Include on-the-fly files (i.e. derivative EPUB)