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

    Type Alias IaFileObjectBeta

    type IaFileObject = {
        fileData: Buffer | string;
        name: string;
    }
    Index

    Properties

    Properties

    fileData: Buffer | string
    name: string