AppleSauce
    Preparing search index...

    Type Alias TorrentFile

    A file entry inside a torrent

    type TorrentFile = {
        name: string;
        size?: number;
    }
    Index

    Properties

    Properties

    name: string

    Full path of the file, e.g., "info/example.txt"

    size?: number

    Size of the file in bytes (optional)